[Python-checkins] r79145 - python/branches/py3k/Lib/test/test_imp.py

florent.xicluna python-checkins at python.org
Sat Mar 20 21:31:34 CET 2010


Author: florent.xicluna
Date: Sat Mar 20 21:31:34 2010
New Revision: 79145

Log:
Typo


Modified:
   python/branches/py3k/Lib/test/test_imp.py

Modified: python/branches/py3k/Lib/test/test_imp.py
==============================================================================
--- python/branches/py3k/Lib/test/test_imp.py	(original)
+++ python/branches/py3k/Lib/test/test_imp.py	Sat Mar 20 21:31:34 2010
@@ -162,7 +162,7 @@
     reload()."""
 
     def test_source(self):
-        # XXX (ncoghlan): It would be nice to use test_support.CleanImport
+        # XXX (ncoghlan): It would be nice to use test.support.CleanImport
         # here, but that breaks because the os module registers some
         # handlers in copy_reg on import. Since CleanImport doesn't
         # revert that registration, the module is left in a broken


More information about the Python-checkins mailing list