Salome HOME
Added import of CosNaming
authorsrn <srn@opencascade.com>
Thu, 2 Jun 2005 09:35:57 +0000 (09:35 +0000)
committersrn <srn@opencascade.com>
Thu, 2 Jun 2005 09:35:57 +0000 (09:35 +0000)
src/KERNEL_PY/kernel_shared_modules.py

index bcdd46381444e32e80f01aa3ee8b5186713785a6..76129eecd180c1ed2b300c5c32cb70ec84b7c6c1 100755 (executable)
@@ -14,6 +14,9 @@ register_pattern(lambda(x):x.endswith("_idl"))
 register_name("omniORB")
 import omniORB
 
+register_name("CosNaming")
+import CosNaming
+
 # Modify omniORB to use right sys.modules dictionnary 
 # with multi-interpreter feature
 # openModule and newModule are functions of omniORB/__init__.py module