0

Merged master into brownan-chunkscan

This pulls in all the 1.9prep and textures.py updates into
brownan-chunkscan
This commit is contained in:
Andrew Brown
2011-11-20 10:53:19 -05:00
15 changed files with 2655 additions and 2128 deletions

View File

@@ -303,7 +303,7 @@ class DumbFormatter(HighlightingFormatter):
line = "*" * min(79,len(line)) + "\n" + line
return line
else:
return super(DumbFormatter, self).highlight(record)
return HighlightingFormatter.highlight(self, record)
class ANSIColorFormatter(HighlightingFormatter):