Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59701:0b0c7a97fa59
Date: 2013-01-02 16:19 +0100
http://bitbucket.org/pypy/pypy/changeset/0b0c7a97fa59/
Log: Added __init__.py in rpython/tool. Fixed missing rename in
pypy/objspace/std/newformat.py
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
--- a/pypy/objspace/std/newformat.py
+++ b/pypy/objspace/std/newformat.py
@@ -6,7 +6,7 @@
from rpython.rlib import rstring, runicode, rlocale, rarithmetic, rfloat, jit
from rpython.rlib.objectmodel import specialize
from rpython.rlib.rfloat import copysign, formatd
-from pypy.tool import sourcetools
+from rpython.tool import sourcetools
@specialize.argtype(1)
diff --git a/rpython/tool/__init__.py b/rpython/tool/__init__.py
new file mode 100644
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit