Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r58684:fc5a364f79da
Date: 2012-11-02 18:29 +0100
http://bitbucket.org/pypy/pypy/changeset/fc5a364f79da/
Log: more and more itertools
diff --git a/pypy/module/array/test/test_array.py
b/pypy/module/array/test/test_array.py
--- a/pypy/module/array/test/test_array.py
+++ b/pypy/module/array/test/test_array.py
@@ -846,7 +846,7 @@
OPTIONS = {}
def setup_class(cls):
- cls.space = gettestobjspace(usemodules=('array', 'struct', '_rawffi'),
+ cls.space = gettestobjspace(usemodules=('array', 'struct', '_rawffi',
'itertools'),
**cls.OPTIONS)
cls.w_array = cls.space.appexec([], """():
import array
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit