Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py

changeset 6733
519422827ace
parent 6732
1a4758379c45
--- a/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py	Mon Feb 11 22:22:12 2019 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py	Wed Feb 13 18:48:21 2019 +0100
@@ -52,14 +52,14 @@
 from __future__ import with_statement
 
 #
-# This is a modified version to make the original pycodestyle.py better suitable
-# for being called from within the eric6 IDE. The modifications are as
-# follows:
+# This is a modified version to make the original pycodestyle.py better
+# suitable for being called from within the eric6 IDE. The modifications
+# are as follows:
 #
 # - made messages translatable via Qt
 # - added code for eric6 integration
 #
-# Copyright (c) 2011 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
+# Copyright (c) 2011 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
 #
 
 import inspect

eric ide

mercurial