Blame pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch

Matej Stuchlik b4e1c21
diff -rup pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py
Matej Stuchlik b4e1c21
--- pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py	2013-05-27 10:35:37.648237156 +0200
Matej Stuchlik b4e1c21
+++ pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py	2013-05-28 10:15:58.200426205 +0200
f756cfc
@@ -25,7 +25,7 @@ class AnsiLog:
f756cfc
         self.kw_to_color = self.KW_TO_COLOR.copy()
f756cfc
         self.kw_to_color.update(kw_to_color)
f756cfc
         self.file = file
f756cfc
-        self.fancy = True
f756cfc
+        self.fancy = False
f756cfc
         self.isatty = getattr(sys.stderr, 'isatty', lambda: False)
f756cfc
         if self.fancy and self.isatty(): 
f756cfc
             self.mandelbrot_driver = Driver()