Author: Alex Gaynor <[email protected]> Branch: Changeset: r59189:38f19c2a15e5 Date: 2012-12-01 13:42 -0800 http://bitbucket.org/pypy/pypy/changeset/38f19c2a15e5/
Log: remove an import * diff --git a/pypy/objspace/std/fake.py b/pypy/objspace/std/fake.py --- a/pypy/objspace/std/fake.py +++ b/pypy/objspace/std/fake.py @@ -4,7 +4,7 @@ from pypy.interpreter import baseobjspace from pypy.interpreter import eval from pypy.interpreter.function import Function, BuiltinFunction -from pypy.objspace.std.stdtypedef import * +from pypy.objspace.std.stdtypedef import StdTypeDef from pypy.objspace.std.model import W_Object, UnwrapError from pypy.interpreter.baseobjspace import Wrappable from pypy.interpreter.typedef import TypeDef _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
