ProjectController.py
changeset 1741 dd94b9a68c61
parent 1740 b789b695b5c6
child 1742 92932cd370a4
--- a/ProjectController.py	Tue Aug 15 15:50:30 2017 +0300
+++ b/ProjectController.py	Tue Aug 15 16:01:18 2017 +0300
@@ -736,8 +736,6 @@
         plc_file.close()
         return True
 
-
-
     def _Compile_ST_to_SoftPLC(self):
         self.logger.write(_("Compiling IEC Program into C code...\n"))
         buildpath = self._getBuildPath()
@@ -1039,7 +1037,6 @@
         plc_main_code += targets.GetCode("plc_main_tail.c")
         return plc_main_code
 
-
     def _Build(self):
         """
         Method called by user to (re)build SoftPLC and confnode tree
@@ -1321,7 +1318,6 @@
     def UpdateButtons(self):
         wx.CallAfter(self._UpdateButtons)
 
-
     def UpdatePLCLog(self, log_count):
         if log_count:
             if self.AppFrame is not None:
@@ -1790,7 +1786,6 @@
 #                _("Cannot compare latest build to target. Please build.\n"))
             self.EnableMethod("_Transfer", False)
 
-
     def _Disconnect(self):
         self._SetConnector(None)
 
@@ -1911,7 +1906,6 @@
         },
     ]
 
-
     def EnableMethod(self, method, value):
         for d in self.StatusMethods:
             if d["method"]==method: