diff -r 19861294506f -r cf8f9180e63e goa/test/pytestconf.py --- a/goa/test/pytestconf.py Fri Jun 19 09:19:27 2009 +0200 +++ b/goa/test/pytestconf.py Fri Jun 19 20:38:32 2009 +0200 @@ -6,7 +6,7 @@ import cubicweb # remove 'mx' modules imported by cubicweb -for modname in sys.modules.keys(): +for modname in sys.modules.keys(): if modname.startswith('mx'): sys.modules.pop(modname)