diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-20 20:31:34 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-20 20:31:34 (GMT) |
commit | 97133720fc38f914a3da927c0edbb1dacdd3ed41 (patch) | |
tree | a0da0f4da5649c402f4a26c9e6f1374e43bc11a3 /Lib/test | |
parent | 21164ce8f1f1c45fa1305fee4851b19405c19a67 (diff) | |
download | cpython-97133720fc38f914a3da927c0edbb1dacdd3ed41.zip cpython-97133720fc38f914a3da927c0edbb1dacdd3ed41.tar.gz cpython-97133720fc38f914a3da927c0edbb1dacdd3ed41.tar.bz2 |
Typo
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_imp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index b7b986b..e995bf0 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 |