[pypy-commit] pypy SpecialisedTuples: clean-up.

arigo noreply at buildbot.pypy.org
Thu Dec 8 15:02:05 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: SpecialisedTuples
Changeset: r50301:24d1d9d80c96
Date: 2011-12-08 15:01 +0100
http://bitbucket.org/pypy/pypy/changeset/24d1d9d80c96/

Log:	clean-up.

diff --git a/pypy/objspace/std/tupletype.py b/pypy/objspace/std/tupletype.py
--- a/pypy/objspace/std/tupletype.py
+++ b/pypy/objspace/std/tupletype.py
@@ -2,8 +2,6 @@
 from pypy.interpreter import gateway
 from pypy.objspace.std.register_all import register_all
 from pypy.objspace.std.stdtypedef import StdTypeDef, SMM
-from  types import IntType, FloatType, StringType
-
 
 def wraptuple(space, list_w):
     from pypy.objspace.std.tupleobject import W_TupleObject


More information about the pypy-commit mailing list