diff -r 96232974dcdb -r 645c12de6b0c ThirdParty/Pygments/pygments/util.py --- a/ThirdParty/Pygments/pygments/util.py Sun Mar 30 22:00:14 2014 +0200 +++ b/ThirdParty/Pygments/pygments/util.py Thu Apr 03 23:05:31 2014 +0200 @@ -12,7 +12,7 @@ from __future__ import unicode_literals try: chr = unichr -except (NameError): +except NameError: pass import re