Salome HOME
PAL10310: Probleme with incomplete import of python CORBA modules. Solution provided...
[modules/kernel.git] / src / SALOME_SWIG_WITHOUTIHM / salome_shared_modules.py
index 56c8841767092ae79ba5487e0a8bc6df3a58c21e..3e53394eeab2bd3b6de43a19818f27cf08321886 100755 (executable)
@@ -56,7 +56,8 @@ import glob,os,sys
 
 # shared_imported, patterns, register_name, register_pattern
 # will be shared by all Python sub interpretors
-from import_hook import shared_imported
+from omnipatch import shared_imported
+import_hook.shared_imported=shared_imported
 from import_hook import patterns
 from import_hook import register_name
 from import_hook import register_pattern