diff -r 1da821da961e -r a1ae4b297bc0 Plugins/CheckerPlugins/Pep8/Pep8NamingChecker.py --- a/Plugins/CheckerPlugins/Pep8/Pep8NamingChecker.py Tue Sep 10 19:45:37 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/Pep8NamingChecker.py Wed Sep 11 19:17:57 2013 +0200 @@ -15,7 +15,6 @@ from PyQt4.QtCore import QT_TRANSLATE_NOOP, QCoreApplication -# TODO: port this to Py2 class Pep8NamingChecker(object): """ Class implementing a checker for PEP-8 naming conventions.