Kaydet (Commit) db6d12c4 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 00245cfb
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
# #
import string import string
import sys
import linecache
PROMPT = '(Cmd) ' PROMPT = '(Cmd) '
IDENTCHARS = string.letters + string.digits + '_' 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