[pypy-svn] r48382 - pypy/branch/clr-module-improvements/pypy/module/clr/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 8 00:36:38 CET 2007


Author: cfbolz
Date: Thu Nov  8 00:36:38 2007
New Revision: 48382

Modified:
   pypy/branch/clr-module-improvements/pypy/module/clr/test/test_importer.py
Log:
this is no longer needed


Modified: pypy/branch/clr-module-improvements/pypy/module/clr/test/test_importer.py
==============================================================================
--- pypy/branch/clr-module-improvements/pypy/module/clr/test/test_importer.py	(original)
+++ pypy/branch/clr-module-improvements/pypy/module/clr/test/test_importer.py	Thu Nov  8 00:36:38 2007
@@ -4,7 +4,7 @@
     def setup_class(cls):
         # XXX the zipimport below is nonsense, of course, but leaving
         # it out crashes
-        space = gettestobjspace(usemodules=('clr', 'zipimport'))
+        space = gettestobjspace(usemodules=('clr', ))
         cls.space = space
 
     def test_import_hook_simple(self):



More information about the Pypy-commit mailing list