--- a/ProjectKivy/KivyLexer.py Sun Mar 09 18:02:57 2014 +0100 +++ b/ProjectKivy/KivyLexer.py Sat Apr 26 16:48:49 2014 +0200 @@ -12,7 +12,7 @@ # Copyright of the original by the Kivy Team. # -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals from pygments.lexer import RegexLexer, bygroups, using from pygments.lexers.agile import PythonLexer