ThirdParty/Pygments/pygments/lexer.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3079
0233bbe9a9c4
child 4172
4f20dba37ab6
--- a/ThirdParty/Pygments/pygments/lexer.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/ThirdParty/Pygments/pygments/lexer.py	Thu Apr 03 23:05:31 2014 +0200
@@ -9,8 +9,8 @@
     :license: BSD, see LICENSE for details.
 """
 try:
-    str = unicode   # __IGNORE_WARNING__
-except (NameError):
+    str = unicode
+except NameError:
     basestring = str
 
 import re, itertools

eric ide

mercurial