lpcmanager

Parents cb3894fb043e
Children d7d0b2dedf29
On wxGlade creation a .txt file with orientation is created.
--- 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 @@
usage()
sys.exit(2)
+ global arch
+
for o, a in opts:
if o in ("-h", "--help"):
usage()
@@ -1435,6 +1437,7 @@
EditorType = LPCProjectNodeEditor
def __init__(self, frame, logger, buildpath):
+ self.arch = arch
self.OrigBuildPath = buildpath
ProjectController.__init__(self, frame, logger)