diff --git a/Lib/curses/has_key.py b/Lib/curses/has_key.py index b104d85c5ea..728c614f201 100644 --- a/Lib/curses/has_key.py +++ b/Lib/curses/has_key.py @@ -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()