Remove redundant import

This commit is contained in:
Andrew M. Kuchling 2001-08-13 13:45:22 +00:00
parent 3055ad234a
commit 40ea6177b9
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ def has_key(ch):
if __name__ == '__main__': if __name__ == '__main__':
# Compare the output of this implementation and the ncurses has_key, # Compare the output of this implementation and the ncurses has_key,
# on platforms where has_key is already available # on platforms where has_key is already available
import _curses
try: try:
L = [] L = []
_curses.initscr() _curses.initscr()