Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64445:82898009fe76 Date: 2013-05-22 14:13 +0200 http://bitbucket.org/pypy/pypy/changeset/82898009fe76/
Log: Remove unnecessary import that broke tests. diff --git a/pypy/module/cpyext/setobject.py b/pypy/module/cpyext/setobject.py --- a/pypy/module/cpyext/setobject.py +++ b/pypy/module/cpyext/setobject.py @@ -6,7 +6,6 @@ borrow_from, make_ref, from_ref) from pypy.module.cpyext.pyerrors import PyErr_BadInternalCall from pypy.objspace.std.setobject import W_SetObject, newset -from pypy.objspace.std.smalltupleobject import W_SmallTupleObject PySet_Check, PySet_CheckExact = build_type_checkers("Set") _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit