Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db6d12c

Browse files
committed
No need to import sys or linecache. (Andrew Dalke & kjpylint)
1 parent 00245cf commit db6d12c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/cmd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
#
3737

3838
import string
39-
import sys
40-
import linecache
4139

4240
PROMPT = '(Cmd) '
4341
IDENTCHARS = string.letters + string.digits + '_'

0 commit comments

Comments
 (0)