clean-up: fix PEP8 W391 blank line at end of file
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 16 Aug 2017 12:30:31 +0300
changeset 1748 ba5f64fe0e00
parent 1747 6046ffa2280f
child 1749 d73b64672238
clean-up: fix PEP8 W391 blank line at end of file
connectors/WAMP/__init__.py
editors/CodeFileEditor.py
editors/ConfTreeNodeEditor.py
plcopen/__init__.py
py_ext/PythonFileCTNMixin.py
runtime/WampClient.py
svgui/pyjs/__init__.py
svgui/pyjs/jsonrpc/web2py/jsonrpc.py
targets/typemapping.py
--- a/connectors/WAMP/__init__.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/connectors/WAMP/__init__.py	Wed Aug 16 12:30:31 2017 +0300
@@ -156,7 +156,3 @@
         confnodesroot.logger.write_error(_("WAMP connection to '%s' failed.\n") % location)
         confnodesroot.logger.write_error(traceback.format_exc())
         return None
-
-
-
-
--- a/editors/CodeFileEditor.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/editors/CodeFileEditor.py	Wed Aug 16 12:30:31 2017 +0300
@@ -895,4 +895,3 @@
 
     def Find(self, direction, search_params):
         self.CodeEditor.Find(direction, search_params)
-
--- a/editors/ConfTreeNodeEditor.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py	Wed Aug 16 12:30:31 2017 +0300
@@ -581,4 +581,3 @@
             control.DismissListBox()
             self.Refresh()
         event.Skip()
-
--- a/plcopen/__init__.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/plcopen/__init__.py	Wed Aug 16 12:30:31 2017 +0300
@@ -28,5 +28,3 @@
 
 from plcopen import PLCOpenParser, LoadProject, SaveProject, LoadPou, \
     LoadPouInstances, VarOrder, QualifierList, rect
-
-
--- a/py_ext/PythonFileCTNMixin.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/py_ext/PythonFileCTNMixin.py	Wed Aug 16 12:30:31 2017 +0300
@@ -292,4 +292,3 @@
                 "",
                 True,
                 ("runtime_%s.py" % location_str, file(runtimefile_path, "rb")))
-
--- a/runtime/WampClient.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/runtime/WampClient.py	Wed Aug 16 12:30:31 2017 +0300
@@ -136,4 +136,3 @@
 def SetServer(pysrv):
     global _PySrv
     _PySrv = pysrv
-
--- a/svgui/pyjs/__init__.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/svgui/pyjs/__init__.py	Wed Aug 16 12:30:31 2017 +0300
@@ -1,2 +1,1 @@
 from pyjs import *
-
--- a/svgui/pyjs/jsonrpc/web2py/jsonrpc.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/svgui/pyjs/jsonrpc/web2py/jsonrpc.py	Wed Aug 16 12:30:31 2017 +0300
@@ -9,4 +9,3 @@
     def __call__(self, func):
         self.methods[func.__name__] = func
         return func
-
--- a/targets/typemapping.py	Wed Aug 16 12:21:05 2017 +0300
+++ b/targets/typemapping.py	Wed Aug 16 12:30:31 2017 +0300
@@ -118,4 +118,3 @@
 LogLevelsCount = len(LogLevels)
 LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
 LogLevelsDefault = LogLevelsDict["DEBUG"]
-