ProjectKivy/KivyLexer.py

changeset 32
1264664c5ba9
parent 31
0c20b8d83f0b
child 34
dee6b8a3245a
--- a/ProjectKivy/KivyLexer.py	Fri Jan 01 12:18:59 2016 +0100
+++ b/ProjectKivy/KivyLexer.py	Sun Jan 24 13:40:08 2016 +0100
@@ -12,8 +12,6 @@
 # Copyright of the original by the Kivy Team.
 #
 
-from __future__ import unicode_literals
-
 from pygments.lexer import RegexLexer, bygroups, using
 from pygments.lexers.agile import PythonLexer
 from pygments.token import Comment, Text, Name, Punctuation, Operator
@@ -52,3 +50,6 @@
             (r'\s+', Text),
             (r'[A-Z][A-Za-z0-9]*', Name.Class),
             (r'\]', Punctuation, '#pop')]}
+
+#
+# eflag: noqa = M702

eric ide

mercurial