]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
NRI : KERNEL is now defined in KERNELCatalog.
authornri <nri@opencascade.com>
Thu, 22 May 2003 09:39:32 +0000 (09:39 +0000)
committernri <nri@opencascade.com>
Thu, 22 May 2003 09:39:32 +0000 (09:39 +0000)
src/SALOME_SWIG/salome_shared_modules.py

index e39cfb7e7f2b86f65be5ceef26d677ad4d59631e..4f6d14c66df307e2ad01871675572d93aecdf879 100644 (file)
@@ -46,9 +46,10 @@ import glob,os,sys
 repertoire=os.path.dirname(__file__)
 path=[repertoire,]
 
-KERNEL_ROOT_DIR = os.getenv("KERNEL_ROOT_DIR")
-if KERNEL_ROOT_DIR != None:
-       path.append(os.path.join(KERNEL_ROOT_DIR,"lib","python"+sys.version[:3],"site-packages","salome"))
+# KERNEL is defined in KERNELCatalog
+#KERNEL_ROOT_DIR = os.getenv("KERNEL_ROOT_DIR")
+#if KERNEL_ROOT_DIR != None:
+#      path.append(os.path.join(KERNEL_ROOT_DIR,"lib","python"+sys.version[:3],"site-packages","salome"))
 
 
 #