[pypy-svn] r79621 - pypy/trunk/pypy/tool

arigo at codespeak.net arigo at codespeak.net
Mon Nov 29 10:59:00 CET 2010


Author: arigo
Date: Mon Nov 29 10:58:59 2010
New Revision: 79621

Modified:
   pypy/trunk/pypy/tool/ansi_print.py
Log:
Belongs to the previous checkin.


Modified: pypy/trunk/pypy/tool/ansi_print.py
==============================================================================
--- pypy/trunk/pypy/tool/ansi_print.py	(original)
+++ pypy/trunk/pypy/tool/ansi_print.py	Mon Nov 29 10:58:59 2010
@@ -16,6 +16,7 @@
         'WARNING': ((31,), False),
         'event': ((1,), True),
         'ERROR': ((1, 31), False),
+        'Error': ((1, 31), False),
         'info': ((35,), False),
         'stub': ((34,), False),
     }



More information about the Pypy-commit mailing list