From 40ea6177b975432804cd94608a2584d29adf45b5 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 13 Aug 2001 13:45:22 +0000 Subject: Remove redundant import --- Lib/curses/has_key.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/curses/has_key.py b/Lib/curses/has_key.py index b104d85..728c614 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() -- cgit v0.12