From 97133720fc38f914a3da927c0edbb1dacdd3ed41 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sat, 20 Mar 2010 20:31:34 +0000 Subject: [PATCH] Typo --- Lib/test/test_imp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index b7b986bcf7e..e995bf06302 100644 --- a/Lib/test/test_imp.py +++ b/Lib/test/test_imp.py @@ -162,7 +162,7 @@ class ReloadTests(unittest.TestCase): 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