]> Creatis software - gdcm.git/commitdiff
Removing all the Data files (use gdcmData module instead). Frog
authorfrog <frog>
Tue, 6 May 2003 10:52:52 +0000 (10:52 +0000)
committerfrog <frog>
Tue, 6 May 2003 10:52:52 +0000 (10:52 +0000)
gdcmPython/__init__.py
src/stamp-h.in

index d15ab74da3930478c057586a2848131171b6798d..bf7fe97d768210ebd73c8c4b00a4d7de1d40c428 100644 (file)
@@ -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:
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9788f70238c91894045d22366fa941580826c3c1 100644 (file)
@@ -0,0 +1 @@
+timestamp