--- a/ThirdParty/Pygments/pygments/formatter.py Fri Jan 01 16:11:36 2010 +0000 +++ b/ThirdParty/Pygments/pygments/formatter.py Sat Jan 02 15:11:35 2010 +0000 @@ -18,7 +18,7 @@ def _lookup_style(style): - if isinstance(style, basestring): + if isinstance(style, str): return get_style_by_name(style) return style