Patch #1472854: make the rlcompleter.Completer class usable on non-

UNIX platforms.
This commit is contained in:
Georg Brandl 2006-04-30 18:14:54 +00:00
parent 208badda27
commit 3583cff5a9
4 changed files with 19 additions and 14 deletions

View file

@ -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