mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove redundant import
This commit is contained in:
parent
3055ad234a
commit
40ea6177b9
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ def has_key(ch):
|
|||
if __name__ == '__main__':
|
||||
# Compare the output of this implementation and the ncurses has_key,
|
||||
# on platforms where has_key is already available
|
||||
import _curses
|
||||
try:
|
||||
L = []
|
||||
_curses.initscr()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue