]> granicus.if.org Git - python/commitdiff
Remove redundant import
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 13:45:22 +0000 (13:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 13:45:22 +0000 (13:45 +0000)
Lib/curses/has_key.py

index b104d85c5ea655a5c7ef6949d800b75df7af871d..728c614f201cd00060d72f6685800a5d7bcfa7d7 100644 (file)
@@ -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()