Author: Alexander Hesse <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit