Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > adf165136291eba66b822e84c55f10ac > files > 4

pypy-1.8-2.fc16.src.rpm

diff --git a/pypy/tool/ansi_print.py b/pypy/tool/ansi_print.py
index 3eff27c..fac4ba2 100644
--- a/pypy/tool/ansi_print.py
+++ b/pypy/tool/ansi_print.py
@@ -25,7 +25,7 @@ class AnsiLog:
         self.kw_to_color = self.KW_TO_COLOR.copy()
         self.kw_to_color.update(kw_to_color)
         self.file = file
-        self.fancy = True
+        self.fancy = False
         self.isatty = getattr(sys.stderr, 'isatty', lambda: False)
         if self.fancy and self.isatty(): 
             self.mandelbrot_driver = Driver()