Salome HOME
Porting to Mandrake 10.1 and new products:
[modules/kernel.git] / bin / launchConfigureParser.py
index 403e0299bcb3b59799c2fc0fdcda4d519f716f54..d66bdedf9d44987dc2a9e4a3ae049aadb4784fa4 100755 (executable)
@@ -140,7 +140,7 @@ try:
   s = file.read()
   while len(s):
     l = string.split(s, ":")
-    if string.split(l[0], " ")[0] == "ORBInitRef":
+    if string.split(l[0], " ")[0] == "ORBInitRef" or string.split(l[0], " ")[0] == "InitRef" :
       my_port = int(l[len(l)-1])
       pass
     s = file.read()