Salome HOME
Deal with ref count server side.
[modules/kernel.git] / bin / killSalome.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