]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PAL10310: Incomplete import of python CORBA modules. Small correction.
authorjfa <jfa@opencascade.com>
Fri, 18 Nov 2005 07:39:00 +0000 (07:39 +0000)
committerjfa <jfa@opencascade.com>
Fri, 18 Nov 2005 07:39:00 +0000 (07:39 +0000)
src/SALOME_SWIG_WITHOUTIHM/kernel_shared_modules.py

index 8de64ad3a5e82769797c7da1b1c5cb29500c8c52..c3b50b5a27f54ace2d7daff55a8c8b6ec46d85f4 100755 (executable)
@@ -15,15 +15,12 @@ register_pattern(lambda(x):x.endswith("_Swig"))
 register_name("omniORB")
 import omniORB
 
+register_name("CosNaming")
+import CosNaming
+
 register_name("omnipatch")
 import omnipatch
 
-# BE CAREFUL
-# Engines, SALOME, SALOMEDS must be imported in that order because :
-# Engines imports SALOME_Component_idl
-# SALOME imports SALOME_Session_idl and SALOME_Exception_idl which imports SALOME_Component_idl
-# and SALOMEDS imports SALOMEDS_idl and SALOMEDS_Attributes_idl which imports SALOME_Exception_idl
-# If SALOME is imported before Engines, that module would not be completely imported
 import Engines
 import SALOME
 import SALOMEDS