summaryrefslogtreecommitdiffstats
path: root/Lib/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r--Lib/cmd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/cmd.py b/Lib/cmd.py
index 9ca0010..7cb5a02 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 + '_'