Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r47337:1fe7833f68c2
Date: 2011-08-08 16:55 -0400
http://bitbucket.org/pypy/pypy/changeset/1fe7833f68c2/

Log:    add missing import

diff --git a/pypy/jit/backend/test/calling_convention_test.py 
b/pypy/jit/backend/test/calling_convention_test.py
--- a/pypy/jit/backend/test/calling_convention_test.py
+++ b/pypy/jit/backend/test/calling_convention_test.py
@@ -17,6 +17,7 @@
 from pypy.rlib.rarithmetic import intmask
 from pypy.jit.backend.detect_cpu import getcpuclass
 from pypy.jit.backend.test.runner_test import Runner
+import py
 
 def boxfloat(x):
     return BoxFloat(longlong.getfloatstorage(x))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to