summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-04 15:54:33 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-04 15:54:33 (GMT)
commit185fae73c67aad4d59598d293f1f39f9940c9266 (patch)
treed806efe8e582337af426e9aafeebdf67a023b031 /Lib/test/test_sundry.py
parentc529a07cf465e5c3af5714912c5153eea8c2b4ee (diff)
downloadcpython-185fae73c67aad4d59598d293f1f39f9940c9266.zip
cpython-185fae73c67aad4d59598d293f1f39f9940c9266.tar.gz
cpython-185fae73c67aad4d59598d293f1f39f9940c9266.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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index 3aade6d..6e2b797 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -65,7 +65,6 @@ class TestUntestedModules(unittest.TestCase):
import pstats
import py_compile
import rexec
- import rlcompleter
import sched
import sndhdr
import statvfs