Salome HOME
PAL10310: Incomplete import of python CORBA modules. Ensure patch working in python...
authorjfa <jfa@opencascade.com>
Fri, 18 Nov 2005 07:38:31 +0000 (07:38 +0000)
committerjfa <jfa@opencascade.com>
Fri, 18 Nov 2005 07:38:31 +0000 (07:38 +0000)
src/Container/SALOME_ContainerPy.py

index d2b30bfa89753151c0c7ce34504d0f547de7d3f9..057842f7091bc69ed2820050c74ade176bdd36a4 100755 (executable)
 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 *