Author: David Schneider <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
