X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FkillSalomeWithPort.py;h=84774cef326c011c1713c1d34f3e1a1c2c56c27b;hb=fd3597902ce86a08b7374902d5165fa3d3b1eed2;hp=2e2bf65c874c9410b6950e3b008bf315a5a84698;hpb=9817903f2ee7b0a92e68fa1441412f1c80bb5f56;p=modules%2Fkernel.git diff --git a/bin/killSalomeWithPort.py b/bin/killSalomeWithPort.py index 2e2bf65c8..84774cef3 100755 --- a/bin/killSalomeWithPort.py +++ b/bin/killSalomeWithPort.py @@ -141,9 +141,6 @@ def shutdownMyPort(port, cleanup=True): """ if not port: return - from PortManager import releasePort - releasePort(port) - from salome_utils import generateFileName # set OMNIORB_CONFIG variable to the proper file @@ -189,9 +186,6 @@ def killMyPort(port): Parameters: - port - port number """ - import PortManager - PortManager.releasePort(port) - from salome_utils import getShortHostName, getHostName # try to shutdown session nomally