Salome HOME
PAL10310: Problem with incomplete import of python CORBA modules.
[modules/kernel.git] / src / KERNEL_PY / salome_shared_modules.py
index f746809856f1b4b2f01183a92f16750e209ddc20..1029e279e2828668cc46af01281473e28784a669 100755 (executable)
@@ -56,7 +56,8 @@ import glob,os,sys
 import import_hook
 # 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