ThirdParty/Pygments/pygments/unistring.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3145
a9de05d4a22f
child 4172
4f20dba37ab6
diff -r 96232974dcdb -r 645c12de6b0c ThirdParty/Pygments/pygments/unistring.py
--- a/ThirdParty/Pygments/pygments/unistring.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/ThirdParty/Pygments/pygments/unistring.py	Thu Apr 03 23:05:31 2014 +0200
@@ -14,7 +14,7 @@
 from __future__ import unicode_literals
 try: 
     chr = unichr
-except (NameError):
+except NameError:
     pass
 
 from pygments.util import u_prefix

eric ide

mercurial