[pypy-commit] pypy arm-backend-2: (arigo, bivab) remove unused imports

bivab noreply at buildbot.pypy.org
Thu Feb 16 16:56:39 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r52552:0f7eb7da93a4
Date: 2012-02-16 16:51 +0100
http://bitbucket.org/pypy/pypy/changeset/0f7eb7da93a4/

Log:	(arigo, bivab) remove unused imports

diff --git a/pypy/translator/c/extfunc.py b/pypy/translator/c/extfunc.py
--- a/pypy/translator/c/extfunc.py
+++ b/pypy/translator/c/extfunc.py
@@ -5,7 +5,6 @@
 from pypy.rpython.lltypesystem.rstr import STR, mallocstr
 from pypy.rpython.lltypesystem import rstr
 from pypy.rpython.lltypesystem import rlist
-from pypy.rpython.module import ll_time, ll_os
 
 # table of functions hand-written in src/ll_*.h
 # Note about *.im_func: The annotator and the rtyper expect direct


More information about the pypy-commit mailing list