diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 15:43:16 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 15:43:16 (GMT) |
commit | 482e66a58a8c38b8f4c2cc4f588a656d0c8fb2df (patch) | |
tree | f80d4f7c2602b8a3a8ce253cb5b24c10f3a938da /Lib/test/test_sundry.py | |
parent | e99f507c98fd56f48ad0c9d5f61b3e816adeb51e (diff) | |
download | cpython-482e66a58a8c38b8f4c2cc4f588a656d0c8fb2df.zip cpython-482e66a58a8c38b8f4c2cc4f588a656d0c8fb2df.tar.gz cpython-482e66a58a8c38b8f4c2cc4f588a656d0c8fb2df.tar.bz2 |
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 065c685..a57ed44 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -56,7 +56,6 @@ class TestUntestedModules(unittest.TestCase): import os2emxpath import pstats import py_compile - import rlcompleter import sndhdr import symbol import tabnanny |