Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59862:b43d7331e165
Date: 2013-01-07 15:10 +0100
http://bitbucket.org/pypy/pypy/changeset/b43d7331e165/
Log: Removed unused imports
diff --git a/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
b/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
--- a/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
+++ b/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
@@ -1017,7 +1017,6 @@
assert ftest == [-5, -5, -5]
def test_c_callback_with_void_arg_3(self):
- import pypy
def f(i):
x = 'X' * i
return x[-2]
diff --git a/rpython/rtyper/module/test/test_ll_os.py
b/rpython/rtyper/module/test/test_ll_os.py
--- a/rpython/rtyper/module/test/test_ll_os.py
+++ b/rpython/rtyper/module/test/test_ll_os.py
@@ -1,7 +1,6 @@
import os
from py.path import local
-import pypy
from rpython.tool.udir import udir
from rpython.translator.c.test.test_genc import compile
from rpython.rtyper.module import ll_os #has side effect of registering
functions
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit