Author: Benjamin Peterson <benja...@python.org> Branch: Changeset: r49798:c5d2f01c99ee Date: 2011-11-25 17:04 -0600 http://bitbucket.org/pypy/pypy/changeset/c5d2f01c99ee/
Log: kill imports diff --git a/pypy/objspace/std/frame.py b/pypy/objspace/std/frame.py --- a/pypy/objspace/std/frame.py +++ b/pypy/objspace/std/frame.py @@ -3,13 +3,11 @@ import operator from pypy.rlib.unroll import unrolling_iterable -from pypy.interpreter import pyopcode, function +from pypy.interpreter import pyopcode from pypy.interpreter.pyframe import PyFrame -from pypy.interpreter.error import OperationError, operationerrfmt -from pypy.module.__builtin__ import Module +from pypy.interpreter.error import OperationError from pypy.objspace.std import intobject, smallintobject from pypy.objspace.std.multimethod import FailedToImplement -from pypy.objspace.std.dictmultiobject import W_DictMultiObject from pypy.objspace.std.listobject import W_ListObject _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit