diff options
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r-- | Lib/cmd.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -36,8 +36,6 @@ # import string -import sys -import linecache PROMPT = '(Cmd) ' IDENTCHARS = string.letters + string.digits + '_' |