From e6a96de895ef30a8796035da794b054d7c998415 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 12 Jan 2009 12:28:47 +0000 Subject: [PATCH] 0020109: Possible conflict with another ORB in runSalome.py --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index c0c1ad1b7..fe97b68ff 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -784,7 +784,7 @@ def searchFreePort(args, save_config=1): **kwargs) orbdata = [] initref = "NameService=corbaname::%s:%s"%(hostname, NSPORT) - import CORBA + from omniORB import CORBA if CORBA.ORB_ID == "omniORB4": orbdata.append("InitRef = %s"%(initref)) orbdata.append("giopMaxMsgSize = 2097152000 # 2 GBytes") -- 2.39.2