summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-20 20:31:34 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-20 20:31:34 (GMT)
commit97133720fc38f914a3da927c0edbb1dacdd3ed41 (patch)
treea0da0f4da5649c402f4a26c9e6f1374e43bc11a3 /Lib/test
parent21164ce8f1f1c45fa1305fee4851b19405c19a67 (diff)
downloadcpython-97133720fc38f914a3da927c0edbb1dacdd3ed41.zip
cpython-97133720fc38f914a3da927c0edbb1dacdd3ed41.tar.gz
cpython-97133720fc38f914a3da927c0edbb1dacdd3ed41.tar.bz2
Typo
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_imp.py2
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