--- a/LPCManager.py Thu Jul 30 15:04:59 2015 +0200
+++ b/LPCManager.py Mon Nov 16 10:29:25 2015 +0100
@@ -135,6 +135,8 @@
from editors.ConfTreeNodeEditor import GenBitmapTextButton
+from editors.ConfTreeNodeEditor import ConfTreeNodeEditor +ConfTreeNodeEditor.SHOW_BASE_PARAMS = False #-------------------------------------------------------------------------------
# CANFESTIVAL CONFNODE HACK
@@ -403,19 +405,6 @@
# Firmware update running status
self.firmawreUpadateIsRunning = False
- def GetProjectInfos(self):
- infos = PLCControler.GetProjectInfos(self)
- configurations = infos["values"].pop(-1)
- for config_infos in configurations["values"]:
- resources = config_infos["values"][0]
- resources["values"].extend(config_infos["values"][0]["values"])
- if resources is not None:
- infos["values"].append(resources)
def GetProjectName(self):
return self.Project.getname()