From: Andrew M. Kuchling Date: Mon, 13 Aug 2001 13:45:22 +0000 (+0000) Subject: Remove redundant import X-Git-Tag: v2.2a3~609 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40ea6177b975432804cd94608a2584d29adf45b5;p=thirdparty%2FPython%2Fcpython.git Remove redundant import --- diff --git a/Lib/curses/has_key.py b/Lib/curses/has_key.py index b104d85c5ea6..728c614f201c 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()