ThirdParty/Pygments/pygments/lexers/_postgres_builtins.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3145
a9de05d4a22f
child 4172
4f20dba37ab6
--- a/ThirdParty/Pygments/pygments/lexers/_postgres_builtins.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/ThirdParty/Pygments/pygments/lexers/_postgres_builtins.py	Thu Apr 03 23:05:31 2014 +0200
@@ -11,9 +11,9 @@
 
 from __future__ import unicode_literals
 try:
-    str = unicode   # __IGNORE_WARNING__
+    str = unicode
     import urllib2 as request
-except (NameError):
+except NameError:
     import urllib.request as request    # __IGNORE_WARNING__
 
 import re

eric ide

mercurial