Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r77845:439c34e6ed3d
Date: 2015-06-03 23:30 +0200
http://bitbucket.org/pypy/pypy/changeset/439c34e6ed3d/

Log:    Add the struct module to this test's spaceconfig because the pure
        Python version of it was removed on this branch.

diff --git a/pypy/module/imp/test/test_import.py 
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++ b/pypy/module/imp/test/test_import.py
@@ -194,7 +194,7 @@
 
 class AppTestImport(BaseImportTest):
     spaceconfig = {
-        "usemodules": ['time'],
+        "usemodules": ['time', 'struct'],
     }
 
     def setup_class(cls):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to