]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintDict.py.in
* Amelioration of the Python part concerning demos
[gdcm.git] / gdcmPython / demo / PrintDict.py.in
index 82537d05d6cc5bcb634ab0ed3057ee10077fb3d9..aca8f437b17e5809e259b35a854bcb2d1d51c11b 100644 (file)
@@ -1,13 +1,4 @@
-import sys
-import os
-
-sys.path.append('${GDCM_BINARY_DIR}')
-if os.name == 'posix':
-   sys.path.append('${GDCM_BINARY_DIR}/bin')
-else:
-   sys.path.append('${GDCM_BINARY_DIR}/bin/Release')
-   sys.path.append('${GDCM_BINARY_DIR}/bin/Debug')
-
+from gdcmConfigDemo import *
 from gdcmPython.core import *
 
 print "#####################################################################"