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