[pypy-commit] pypy dict-strategies: this was not necessary (already fixed)

l.diekmann noreply at buildbot.pypy.org
Wed Jun 29 13:10:21 CEST 2011


Author: Lukas Diekmann <lukas.diekmann at uni-duesseldorf.de>
Branch: dict-strategies
Changeset: r45179:1aad244b4f6f
Date: 2011-06-29 13:16 +0200
http://bitbucket.org/pypy/pypy/changeset/1aad244b4f6f/

Log:	this was not necessary (already fixed)

diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py
--- a/pypy/objspace/std/test/test_dictmultiobject.py
+++ b/pypy/objspace/std/test/test_dictmultiobject.py
@@ -737,7 +737,6 @@
 
 class AppTestModuleDict(object):
     def setup_class(cls):
-        import py
         cls.space = gettestobjspace(**{"objspace.std.withcelldict": True})
         if option.runappdirect:
             py.test.skip("__repr__ doesn't work on appdirect")


More information about the pypy-commit mailing list