[pypy-commit] pypy default: missing import

antocuni noreply at buildbot.pypy.org
Wed Jun 29 18:13:28 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r45185:3f403a3fc59d
Date: 2011-06-29 18:19 +0200
http://bitbucket.org/pypy/pypy/changeset/3f403a3fc59d/

Log:	missing import

diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/jit/metainterp/compile.py
@@ -3,7 +3,7 @@
 from pypy.rpython.ootypesystem import ootype
 from pypy.objspace.flow.model import Constant, Variable
 from pypy.rlib.objectmodel import we_are_translated
-from pypy.rlib.debug import debug_start, debug_stop
+from pypy.rlib.debug import debug_start, debug_stop, debug_print
 from pypy.rlib import rstack
 from pypy.conftest import option
 from pypy.tool.sourcetools import func_with_new_name


More information about the pypy-commit mailing list