From: srn Date: Thu, 2 Jun 2005 09:35:57 +0000 (+0000) Subject: Added import of CosNaming X-Git-Tag: T3_0_0_a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=04deb2fa4efdf2c533b6f4a114d6377d1ed1e21a;p=modules%2Fkernel.git Added import of CosNaming --- diff --git a/src/KERNEL_PY/kernel_shared_modules.py b/src/KERNEL_PY/kernel_shared_modules.py index bcdd46381..76129eecd 100755 --- a/src/KERNEL_PY/kernel_shared_modules.py +++ b/src/KERNEL_PY/kernel_shared_modules.py @@ -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