--- a/Plugins/CheckerPlugins/CodeStyleChecker/pep8.py Sat Dec 14 23:05:59 2013 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/pep8.py Sat Dec 14 23:44:25 2013 +0100 @@ -48,7 +48,7 @@ 900 syntax error """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals # # This is a modified version to make the original pep8.py better suitable