From: frog Date: Tue, 6 May 2003 10:52:52 +0000 (+0000) Subject: Removing all the Data files (use gdcmData module instead). Frog X-Git-Tag: Version0.3~53 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1988dee6507ec70166b38c7e0cac6c1e9c18351e;p=gdcm.git Removing all the Data files (use gdcmData module instead). Frog --- diff --git a/gdcmPython/__init__.py b/gdcmPython/__init__.py index d15ab74d..bf7fe97d 100644 --- a/gdcmPython/__init__.py +++ b/gdcmPython/__init__.py @@ -41,11 +41,11 @@ except KeyError: ### Set up the path to the data images (for the test suite and the demo # examples). As for GDCM_DICT_PATH we offer both proper python package # installation scheme and the pre-install mode (see above). -InstallModePath = os.path.join(__path__[0], "Data") +InstallModePath = os.path.join(__path__[0], "gdcmData") if os.path.isfile(os.path.join(InstallModePath, "test.acr")): GDCM_DATA_PATH = InstallModePath else: - PreInstallModePath = os.path.join(__path__[0], "..", "Data") + PreInstallModePath = os.path.join(__path__[0], "..", "gdcmData") if os.path.isfile(os.path.join(PreInstallModePath, "test.acr")): GDCM_DATA_PATH = PreInstallModePath else: diff --git a/src/stamp-h.in b/src/stamp-h.in index e69de29b..9788f702 100644 --- a/src/stamp-h.in +++ b/src/stamp-h.in @@ -0,0 +1 @@ +timestamp