No need to import sys or linecache. (Andrew Dalke & kjpylint)

This commit is contained in:
Guido van Rossum 1999-05-03 18:08:16 +00:00
parent 00245cfbaa
commit db6d12c498
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@
#
import string
import sys
import linecache
PROMPT = '(Cmd) '
IDENTCHARS = string.letters + string.digits + '_'