From 97a5389f92ab42a930eff1e2c450c4a50ce541c1 Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Mon, 24 Nov 2014 17:41:50 +0100 Subject: [PATCH] Recover previously removed line The previously removed "import" command is specifically tested in the try except block. --- bin/killSalomeWithPort.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/killSalomeWithPort.py b/bin/killSalomeWithPort.py index 0ffb397e3..e6dcf5d37 100755 --- a/bin/killSalomeWithPort.py +++ b/bin/killSalomeWithPort.py @@ -378,6 +378,7 @@ def killMyPort(port): time.sleep(3) # wait a little, then kill processes (should be done if shutdown procedure hangs up) try: + import PortManager filedict = getPiDict(port) #filedict = __guessPiDictFilename(port) import glob -- 2.39.2