[pypy-commit] pypy refactor-str-types: Remove these imports.

Manuel Jacob noreply at buildbot.pypy.org
Mon Jul 29 16:08:03 CEST 2013


Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r65785:7fc0e8b104b0
Date: 2013-07-29 15:33 +0200
http://bitbucket.org/pypy/pypy/changeset/7fc0e8b104b0/

Log:	Remove these imports.

diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobject.py
+++ b/pypy/objspace/std/bytearrayobject.py
@@ -1,11 +1,9 @@
 """The builtin bytearray implementation"""
 
-from pypy.interpreter.baseobjspace import W_Root
 from pypy.interpreter.buffer import RWBuffer
 from pypy.interpreter.error import OperationError, operationerrfmt
 from pypy.interpreter.gateway import interp2app, unwrap_spec, WrappedDefault
 from pypy.interpreter.signature import Signature
-from pypy.objspace.std.inttype import wrapint
 from pypy.objspace.std.model import W_Object, registerimplementation
 from pypy.objspace.std.sliceobject import W_SliceObject
 from pypy.objspace.std.stdtypedef import StdTypeDef


More information about the pypy-commit mailing list