From bf43331ab3558e3ae695b8e778166525401710f9 Mon Sep 17 00:00:00 2001 From: regrain Date: Thu, 15 Jan 2004 11:26:11 +0000 Subject: [PATCH] *** empty log message *** --- gdcmPython/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.48.1