diff -r bfcefbb1633c -r 8df1ab89e261 Plugins/PluginCodeStyleChecker.py --- a/Plugins/PluginCodeStyleChecker.py Sun Apr 20 16:37:34 2014 +0200 +++ b/Plugins/PluginCodeStyleChecker.py Mon Apr 21 16:17:20 2014 +0200 @@ -37,6 +37,7 @@ """ compliance to docstring conventions given in PEP-257 and an""" \ """ eric5 variant is used to check against eric conventions.""" pyqtApi = 2 +python2Compatible = True # End-Of-Header