Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r58689:b84ad86b927b
Date: 2012-11-02 19:04 +0100
http://bitbucket.org/pypy/pypy/changeset/b84ad86b927b/

Log:    more and more itertools

diff --git a/pypy/objspace/std/test/test_obj.py 
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/test_obj.py
+++ b/pypy/objspace/std/test/test_obj.py
@@ -3,6 +3,8 @@
 
 class AppTestObject:
 
+    spaceconfig = {'usemodules': ['itertools']}
+
     def setup_class(cls):
         from pypy.interpreter import gateway
         import sys
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to