diff --git a/Lib/cmd.py b/Lib/cmd.py index 9ca0010a1ae..7cb5a025ca4 100644 --- a/Lib/cmd.py +++ b/Lib/cmd.py @@ -36,8 +36,6 @@ # import string -import sys -import linecache PROMPT = '(Cmd) ' IDENTCHARS = string.letters + string.digits + '_'