From c536d3a51ac58291d72b757b3161c9aac858af42 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 12 Jan 2009 12:29: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 db0f586d5..807163622 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -775,7 +775,7 @@ def searchFreePort(args, save_config=1): with_port=NSPORT) 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