Remove redundant import
This commit is contained in:
parent
3055ad234a
commit
40ea6177b9
|
@ -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…
Reference in New Issue