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

fijal at codespeak.net fijal at codespeak.net
Sun Mar 30 06:22:11 CEST 2008


Author: fijal
Date: Sun Mar 30 06:22:11 2008
New Revision: 53131

Modified:
   pypy/dist/pypy/tool/lsprofcalltree.py
Log:
this was not intended.


Modified: pypy/dist/pypy/tool/lsprofcalltree.py
==============================================================================
--- pypy/dist/pypy/tool/lsprofcalltree.py	(original)
+++ pypy/dist/pypy/tool/lsprofcalltree.py	Sun Mar 30 06:22:11 2008
@@ -8,7 +8,7 @@
 import sys
 
 try:
-    import profile as cProfile
+    import cProfile
 except ImportError:
     raise SystemExit("This script requires cProfile from Python 2.5")
 



More information about the Pypy-commit mailing list