--- a/LPCManager.py Mon Jun 12 13:01:44 2017 +0200
+++ b/LPCManager.py Mon Jun 12 13:18:31 2017 +0200
@@ -51,6 +51,8 @@
if o in ("-h", "--help"):
@@ -1435,6 +1437,7 @@
EditorType = LPCProjectNodeEditor
def __init__(self, frame, logger, buildpath):
self.OrigBuildPath = buildpath
ProjectController.__init__(self, frame, logger)