--- 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