--- a/LPCBeremiz.py Mon Feb 05 13:02:21 2018 +0100
+++ b/LPCBeremiz.py Mon Feb 05 13:03:09 2018 +0100
@@ -5,9 +5,13 @@
from VariableExporter import VariableWriter
+# XXX TODO : strip dead code. document. class LPCBeremiz(Beremiz):
def _init_coll_FileMenu_Items(self, parent):
--- a/LPCCommand.py Mon Feb 05 13:02:21 2018 +0100
+++ b/LPCCommand.py Mon Feb 05 13:03:09 2018 +0100
@@ -3,6 +3,7 @@
from threading import Timer
+from types import StringType, UnicodeType --- a/LPCManager.py Mon Feb 05 13:02:21 2018 +0100
+++ b/LPCManager.py Mon Feb 05 13:03:09 2018 +0100
@@ -2,6 +2,9 @@
# On Windows install schema, we compute path to beremiz
# relative to path to python folder (sys.path[0] in that case)
@@ -11,15 +14,6 @@
# Then we add it to sys.path, to make "import Beremiz" possible
sys.path.append(_beremiz_folder)
-from types import StringType, UnicodeType
from util.BitmapLibrary import AddBitmapFolder
@@ -862,28 +856,6 @@
# havecanfestival = False
-WINDOW_COLOUR = wx.Colour(240, 240, 240)
-TITLE_COLOUR = wx.Colour(200, 200, 220)
-CHANGED_TITLE_COLOUR = wx.Colour(220, 200, 220)
-CHANGED_WINDOW_COLOUR = wx.Colour(255, 240, 240)
-if wx.Platform == '__WXMSW__':
- faces = {'times': 'Times New Roman',
- 'other': 'Comic Sans MS',
- faces = {'times': 'Times',
- 'other': 'new century schoolbook',
# ConfTreeNodeEditor.SHOW_BASE_PARAMS = False
# -------------------------------------------------------------------------------