From: regrain Date: Thu, 15 Jan 2004 11:26:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Version0.4~99 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bf43331ab3558e3ae695b8e778166525401710f9;p=gdcm.git *** empty log message *** --- diff --git a/gdcmPython/__init__.py b/gdcmPython/__init__.py index dcad484c..bba4be47 100644 --- a/gdcmPython/__init__.py +++ b/gdcmPython/__init__.py @@ -1,5 +1,10 @@ import os, sys +try: + from gdcmVersion import * +except: + print "gdcmVersion not imported" + def BuildInstallOrPreinstallPath(DirName, FileName = None): # Builds a path to the DirName directory. This should work both when: # - the package is properly installed in which case DirName is a subdir