From 1988dee6507ec70166b38c7e0cac6c1e9c18351e Mon Sep 17 00:00:00 2001 From: frog Date: Tue, 6 May 2003 10:52:52 +0000 Subject: [PATCH] Removing all the Data files (use gdcmData module instead). Frog --- gdcmPython/__init__.py | 4 ++-- src/stamp-h.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.49.0