summaryrefslogtreecommitdiff
path: root/Lib/curses
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 13:45:22 +0000
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 13:45:22 +0000
commit0eff31b8627fd50f51e7d8d82c3b092a7ecc9ebd (patch)
tree78e1588fa64b215cad7389b4756c2feb8ac2ce97 /Lib/curses
parent3e153c00d78c9dc2b4281d9258198ed942a2d472 (diff)
downloadcpython-0eff31b8627fd50f51e7d8d82c3b092a7ecc9ebd.tar.gz
Remove redundant import
Diffstat (limited to 'Lib/curses')
-rw-r--r--Lib/curses/has_key.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/curses/has_key.py b/Lib/curses/has_key.py
index b104d85c5e..728c614f20 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()