diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 15:48:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 15:48:41 (GMT) |
commit | 8661cbe9d15df6a45da2d1ca12786d9ce695c23f (patch) | |
tree | 66ea68b94d81a50b75cd9565c20841bf984d2098 /Lib/test/test_sundry.py | |
parent | 26383f902ffe972026bfa2fa6a90a557784e2eb0 (diff) | |
download | cpython-8661cbe9d15df6a45da2d1ca12786d9ce695c23f.zip cpython-8661cbe9d15df6a45da2d1ca12786d9ce695c23f.tar.gz cpython-8661cbe9d15df6a45da2d1ca12786d9ce695c23f.tar.bz2 |
Merged revisions 83719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines
Issue #9496: Provide a test suite for the rlcompleter module. Patch by
Michele Orrù.
........
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 5d48a89..919fb84 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -59,7 +59,6 @@ class TestUntestedModules(unittest.TestCase): import pdb import pstats import py_compile - import rlcompleter import sched import sndhdr import symbol |