Author: Manuel Jacob Branch: remove-string-smm Changeset: r64505:ceaa6984b4aa Date: 2013-05-22 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/ceaa6984b4aa/
Log: Remove unnecessary import that broke tests. diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringobject.py +++ b/pypy/objspace/std/stringobject.py @@ -6,7 +6,6 @@ from pypy.objspace.std.contiguousstring import StringMethods from pypy.objspace.std.formatting import mod_format from pypy.objspace.std.inttype import wrapint -from pypy.objspace.std.listobject import W_ListObject from pypy.objspace.std.model import registerimplementation from pypy.objspace.std.multimethod import FailedToImplement from pypy.objspace.std.noneobject import W_NoneObject _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
