remove non working wrapper class to add a (unneeded) .get() call to
[enigma2.git] / lib / python / Plugins / SystemPlugins / NFIFlash / flasher.py
index 6fad1ac6114f5f0f848007109095bc11a660fd5e..6a982c5869e7331b23d811b45d2cf2096cfbc59e 100644 (file)
@@ -178,8 +178,8 @@ class NFIFlash(Screen):
                                self.session.summary.setText(_("Please wait for md5 signature verification..."))
                                self.container = eConsoleAppContainer()
                                self.container.setCWD(self["filelist"].getCurrentDirectory())
-                               self.container.appClosed.get().append(self.md5finished)
-                               self.container.dataSent.get().append(self.md5ready)
+                               self.container.appClosed.append(self.md5finished)
+                               self.container.dataSent.append(self.md5ready)
                                self.container.execute("md5sum -cw -")
                                self.container.write(self.md5sum)
                        else: