Author: Philip Jenvey <[email protected]> Branch: py3k Changeset: r62196:da8050022754 Date: 2013-03-07 15:14 -0800 http://bitbucket.org/pypy/pypy/changeset/da8050022754/
Log: unused imports diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/functional.py +++ b/pypy/module/__builtin__/functional.py @@ -4,13 +4,12 @@ """ from pypy.interpreter.baseobjspace import Wrappable -from pypy.interpreter.error import OperationError, operationerrfmt +from pypy.interpreter.error import OperationError from pypy.interpreter.gateway import interp2app, unwrap_spec, WrappedDefault from pypy.interpreter.typedef import TypeDef from rpython.rlib import jit from rpython.rlib.objectmodel import specialize from rpython.rlib.rarithmetic import r_uint, intmask -from rpython.rlib.rbigint import rbigint def get_len_of_range(lo, hi, step): _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
