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