[pypy-svn] r45261 - pypy/dist/pypy/tool

fijal at codespeak.net fijal at codespeak.net
Sun Jul 22 21:27:34 CEST 2007


Author: fijal
Date: Sun Jul 22 21:27:34 2007
New Revision: 45261

Modified:
   pypy/dist/pypy/tool/error.py
Log:
This is not needed as well


Modified: pypy/dist/pypy/tool/error.py
==============================================================================
--- pypy/dist/pypy/tool/error.py	(original)
+++ pypy/dist/pypy/tool/error.py	Sun Jul 22 21:27:34 2007
@@ -171,4 +171,4 @@
 
     if use_pdb:
         pdb_plus_show = PdbPlusShow(t)
-        pdb_plus_show.start(tb, graphic=True)
+        pdb_plus_show.start(tb)



More information about the Pypy-commit mailing list