--- a/Plugins/CheckerPlugins/Pep8/Pep8Fixer.py Thu Sep 05 18:31:35 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/Pep8Fixer.py Thu Sep 05 20:02:02 2013 +0200 @@ -32,6 +32,7 @@ ] +# TODO: refine behavior for non-fixable issues class Pep8Fixer(QObject): """ Class implementing a fixer for certain PEP 8 issues.