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

Reply via email to