summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 13:45:22 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 13:45:22 (GMT)
commit40ea6177b975432804cd94608a2584d29adf45b5 (patch)
treeae7ebb44fa78445fbd7cc3e2a595fd0460074b5f /Lib
parent3055ad234aeaf768f58bdbc45ab25c47770b6f81 (diff)
downloadcpython-40ea6177b975432804cd94608a2584d29adf45b5.zip
cpython-40ea6177b975432804cd94608a2584d29adf45b5.tar.gz
cpython-40ea6177b975432804cd94608a2584d29adf45b5.tar.bz2
Remove redundant import
Diffstat (limited to 'Lib')
-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 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()