Beremiz.py
changeset 356 e9698d0ee5f3
parent 337 9d1d9323374a
child 361 331d698e1118
--- a/Beremiz.py	Sat May 30 17:09:07 2009 +0200
+++ b/Beremiz.py	Tue Jun 09 10:10:34 2009 +0200
@@ -75,7 +75,7 @@
 import wx.lib.buttons, wx.lib.statbmp
 import TextCtrlAutoComplete, cPickle
 import types, time, re, platform, time, traceback, commands
-from plugger import PluginsRoot
+from plugger import PluginsRoot, MATIEC_ERROR_MODEL
 from wxPopen import ProcessLogger
 
 base_folder = os.path.split(sys.path[0])[0]
@@ -103,8 +103,6 @@
               'size' : 18,
              }
 
-MATIEC_ERROR_MODEL = re.compile(".*\.st:([0-9]*)-([0-9]*)..([0-9]*)-([0-9]*): error : (.*)$")
-
 # Some helpers to tweak GenBitmapTextButtons
 # TODO: declare customized classes instead.
 gen_mini_GetBackgroundBrush = lambda obj:lambda dc: wx.Brush(obj.GetParent().GetBackgroundColour(), wx.SOLID)