goa/test/pytestconf.py
branchstable
changeset 2172 cf8f9180e63e
parent 1977 606923dff11b
--- 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)