[pypy-commit] pypy dict-strategies: forget to import py

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


Author: Lukas Diekmann <lukas.diekmann at uni-duesseldorf.de>
Branch: dict-strategies
Changeset: r45178:68c48983e7bd
Date: 2011-06-29 13:10 +0200
http://bitbucket.org/pypy/pypy/changeset/68c48983e7bd/

Log:	forget to import py

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,6 +737,7 @@
 
 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