[pypy-commit] pypy split-rpython: Fixed missing rename

Aquana noreply at buildbot.pypy.org
Tue Jan 15 09:31:42 CET 2013


Author: Alexander Hesse <webmaster at aquanasoft.de>
Branch: split-rpython
Changeset: r60076:2d390094069c
Date: 2013-01-15 09:31 +0100
http://bitbucket.org/pypy/pypy/changeset/2d390094069c/

Log:	Fixed missing rename

diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -308,7 +308,7 @@
     that typically invoke more app-level Python code.
     """
     def decorate(func):
-        from pypy.tool.sourcetools import compile2
+        from rpython.tool.sourcetools import compile2
         #
         def get_printable_location():
             return name


More information about the pypy-commit mailing list