ThirdParty/Pygments/pygments/formatters/other.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 684
2f29a0b6e1c7
--- a/ThirdParty/Pygments/pygments/formatters/other.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/ThirdParty/Pygments/pygments/formatters/other.py	Sat Jan 02 15:11:35 2010 +0000
@@ -103,7 +103,7 @@
             flush = outfile.flush
 
         lasttype = None
-        lastval = u''
+        lastval = ''
         if self.error_color:
             for ttype, value in tokensource:
                 line = "%s\t%r\n" % (ttype, value)

eric ide

mercurial