mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +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 string
|
||||||
import sys
|
|
||||||
import linecache
|
|
||||||
|
|
||||||
PROMPT = '(Cmd) '
|
PROMPT = '(Cmd) '
|
||||||
IDENTCHARS = string.letters + string.digits + '_'
|
IDENTCHARS = string.letters + string.digits + '_'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue