From 8fa6f301dcf0e4b5db1e459352b666887d2e9775 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 18 Nov 2005 07:38:31 +0000 Subject: [PATCH] PAL10310: Incomplete import of python CORBA modules. Ensure patch working in python container. --- src/Container/SALOME_ContainerPy.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 * -- 2.39.2