--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Thu Nov 12 19:17:05 2015 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Fri Nov 13 22:52:26 2015 +0100 @@ -12,8 +12,6 @@ # pep257.py (version 0.2.4). # -from __future__ import unicode_literals - try: # Python 2 from StringIO import StringIO # __IGNORE_EXCEPTION__ @@ -1282,3 +1280,6 @@ if firstWord != 'public': self.__error(docstringContext.start() + lineNumber, 0, "D232", 'public') + +# +# eflag: noqa = M702