Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit