mirror of
https://github.com/python/cpython.git
synced 2025-10-08 16:11:51 +00:00
No need to import sys or linecache. (Andrew Dalke & kjpylint)
This commit is contained in:
parent
00245cfbaa
commit
db6d12c498
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@
|
|||
#
|
||||
|
||||
import string
|
||||
import sys
|
||||
import linecache
|
||||
|
||||
PROMPT = '(Cmd) '
|
||||
IDENTCHARS = string.letters + string.digits + '_'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue