clean-up: fix PEP8 W391 blank line at end of file
--- 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())
--- 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 @@
--- 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 @@
("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 @@
--- 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 @@
--- 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
--- 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"]