Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4563
881340f4bd0c
child 4632
ca310db386ed
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py	Thu Nov 12 19:17:05 2015 +0100
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py	Fri Nov 13 22:52:26 2015 +0100
@@ -8,8 +8,6 @@
 Module implementing the syntax check for Python 2/3.
 """
 
-from __future__ import unicode_literals
-
 import ast
 import re
 import sys
@@ -293,3 +291,6 @@
         results.append((filename, err.lineno, 0, "FLAKES_ERROR", msg, []))
     
     return [{'warnings': results}]
+
+#
+# eflag: noqa = M702

eric ide

mercurial