[pypy-svn] r58253 - pypy/branch/tuple-nonresizable-395/pypy/objspace/std

arigo at codespeak.net arigo at codespeak.net
Sat Sep 20 12:25:03 CEST 2008


Author: arigo
Date: Sat Sep 20 12:25:03 2008
New Revision: 58253

Modified:
   pypy/branch/tuple-nonresizable-395/pypy/objspace/std/tupleobject.py
Log:
Unused import.


Modified: pypy/branch/tuple-nonresizable-395/pypy/objspace/std/tupleobject.py
==============================================================================
--- pypy/branch/tuple-nonresizable-395/pypy/objspace/std/tupleobject.py	(original)
+++ pypy/branch/tuple-nonresizable-395/pypy/objspace/std/tupleobject.py	Sat Sep 20 12:25:03 2008
@@ -5,7 +5,6 @@
 from pypy.objspace.std.sliceobject import W_SliceObject
 from pypy.interpreter import gateway
 from pypy.rlib.debug import make_sure_not_resized
-from pypy.annotation import model as annmodel
 
 class W_TupleObject(W_SeqObject):
     from pypy.objspace.std.tupletype import tuple_typedef as typedef



More information about the Pypy-commit mailing list