[pypy-commit] pypy default: (arigo, bivab) remove unused imports

bivab noreply at buildbot.pypy.org
Wed Apr 18 15:03:23 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r54493:79034a42a195
Date: 2012-02-16 16:51 +0100
http://bitbucket.org/pypy/pypy/changeset/79034a42a195/

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