From: jfa Date: Fri, 18 Nov 2005 07:38:31 +0000 (+0000) Subject: PAL10310: Incomplete import of python CORBA modules. Ensure patch working in python... X-Git-Tag: T_2_2_7pre~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8fa6f301dcf0e4b5db1e459352b666887d2e9775;p=modules%2Fkernel.git PAL10310: Incomplete import of python CORBA modules. Ensure patch working in python container. --- diff --git a/src/Container/SALOME_ContainerPy.py b/src/Container/SALOME_ContainerPy.py index d2b30bfa8..057842f70 100755 --- a/src/Container/SALOME_ContainerPy.py +++ b/src/Container/SALOME_ContainerPy.py @@ -31,13 +31,11 @@ import os import sys import string +import omnipatch from omniORB import CORBA, PortableServer -# import SALOMEDS before other SALOME modules -# (if not, incomplete import done by SALOME module: no load of SALOMEDS_attributes) import SALOMEDS import Engines, Engines__POA -reload(Engines) -reload(Engines__POA) +import SALOME from SALOME_NamingServicePy import * from SALOME_ComponentPy import *