Commit 1ed60b99 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 871235cc
......@@ -36,8 +36,6 @@
#
import string
import sys
import linecache
PROMPT = '(Cmd) '
IDENTCHARS = string.letters + string.digits + '_'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment