--- a/LPCManager.py Mon Jan 29 16:06:43 2018 +0100
+++ b/LPCManager.py Tue Jan 30 14:09:35 2018 +0100
@@ -20,7 +20,6 @@
from types import StringType, UnicodeType
-from blinker import signal
@@ -2289,9 +2288,6 @@
def SetOnlineMode(self, mode, path=None):
self.CTR.SetOnlineMode(mode, path)
- # print("Set online mode")
- signal_init.send("close")
def AddBus(self, iec_channel, name, icon=None):
for child in self.CTR.IterChildren():
@@ -2580,8 +2576,6 @@
Log.write("Error: No such file or directory")
- signal_init = signal("build")
cmd_thread = Thread(target=CmdThreadProc, args=[CTR, Log])