[pypy-svn] r73145 - pypy/branch/cleanup-objspace-init/pypy/objspace/std

benjamin at codespeak.net benjamin at codespeak.net
Tue Mar 30 00:07:56 CEST 2010


Author: benjamin
Date: Tue Mar 30 00:07:55 2010
New Revision: 73145

Modified:
   pypy/branch/cleanup-objspace-init/pypy/objspace/std/tupleobject.py
Log:
add FailedToImplement import

Modified: pypy/branch/cleanup-objspace-init/pypy/objspace/std/tupleobject.py
==============================================================================
--- pypy/branch/cleanup-objspace-init/pypy/objspace/std/tupleobject.py	(original)
+++ pypy/branch/cleanup-objspace-init/pypy/objspace/std/tupleobject.py	Tue Mar 30 00:07:55 2010
@@ -2,6 +2,7 @@
 from pypy.objspace.std.model import registerimplementation, W_Object
 from pypy.objspace.std.register_all import register_all
 from pypy.objspace.std.inttype import wrapint
+from pypy.objspace.std.multimethod import FailedToImplement
 from pypy.rlib.rarithmetic import intmask
 from pypy.objspace.std.sliceobject import W_SliceObject, normalize_simple_slice
 from pypy.interpreter import gateway



More information about the Pypy-commit mailing list