Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r62450:242db1afac0e
Date: 2013-03-18 23:41 -0700
http://bitbucket.org/pypy/pypy/changeset/242db1afac0e/
Log: I should install pyflakes
diff --git a/rpython/jit/backend/test/calling_convention_test.py
b/rpython/jit/backend/test/calling_convention_test.py
--- a/rpython/jit/backend/test/calling_convention_test.py
+++ b/rpython/jit/backend/test/calling_convention_test.py
@@ -10,6 +10,7 @@
from rpython.jit.backend.detect_cpu import getcpuclass
from rpython.jit.backend.test.runner_test import Runner
import py
+import sys
def boxfloat(x):
return BoxFloat(longlong.getfloatstorage(x))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit