--- a/LPCBeremiz.py Tue Dec 01 11:00:02 2009 +0100
+++ b/LPCBeremiz.py Wed Dec 02 10:24:09 2009 +0100
@@ -688,9 +688,12 @@
frame = LPCBeremiz(None, plugin_root=plugin_root, debug=False)
plugin_root.SetAppFrame(frame, frame.Log)
""" Base class for file like objects to facilitate StdOut for the Shell."""
def write(self, s, style = None):
@@ -744,8 +747,10 @@
- beremiz_thread=Thread(target=BeremizStartProc, args=[self.PluginRoot])
+ beremiz_thread=Thread(target=BeremizStartProc, args=[self.PluginRoot])