]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Fix problem of bad merge
authorvsr <vsr@opencascade.com>
Fri, 11 Apr 2014 12:49:55 +0000 (16:49 +0400)
committervsr <vsr@opencascade.com>
Fri, 11 Apr 2014 12:49:55 +0000 (16:49 +0400)
bin/killSalome.py
bin/killSalomeWithPort.py

index 0c22df0c02f0ef05df21c5cf1a7a62c8be067ab2..3ee4d196c76ef3bea42ca4afe2da81f52778c17e 100755 (executable)
@@ -95,7 +95,7 @@ def killAllPorts():
 
 if __name__ == "__main__":
     try:
-        from salomeLauncherUtils import setOmniOrbUserPath
+        from salomeContextUtils import setOmniOrbUserPath
         setOmniOrbUserPath()
     except Exception, e:
         print e
index c28fba52a5496365830c1e955a234bfa4ab6f992..040a27f4e460bf4de11a9dcbb1614020d468f6dc 100755 (executable)
@@ -408,7 +408,7 @@ if __name__ == "__main__":
         sys.exit(0)
         pass
     try:
-        from salomeLauncherUtils import setOmniOrbUserPath
+        from salomeContextUtils import setOmniOrbUserPath
         setOmniOrbUserPath()
     except Exception, e:
         print e