summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-30 18:14:54 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-30 18:14:54 (GMT)
commit3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d (patch)
tree69e44c0965203d70cddbba81e87fe5efe14475a9 /Lib/test/test_sundry.py
parent208badda275a7aaf722a8db87297637e161fa7aa (diff)
downloadcpython-3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d.zip
cpython-3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d.tar.gz
cpython-3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d.tar.bz2
Patch #1472854: make the rlcompleter.Completer class usable on non-
UNIX platforms.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index af13684..f19467c 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -50,11 +50,7 @@ import pstats
import py_compile
import pydoc
import rexec
-try:
- import rlcompleter # not available on Windows
-except ImportError:
- if verbose:
- print "skipping rlcompleter"
+import rlcompleter
import sched
import smtplib
import sndhdr