Plugins/PluginCodeStyleChecker.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3515
1b8381afe38f
child 3558
7f2bc8910d28
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
 
 

eric ide

mercurial