Description: Always output the mandelbrot
 So that our buildds see progress
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: not-needed

--- a/rpython/tool/ansi_print.py
+++ b/rpython/tool/ansi_print.py
@@ -7,7 +7,7 @@
 from rpython.tool.ansi_mandelbrot import Driver
 
 
-isatty = getattr(sys.stderr, 'isatty', lambda: False)
+isatty = lambda: True
 mandelbrot_driver = Driver()
 wrote_dot = False     # global shared state
 
