Commit 0eff31b8 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove redundant import

parent 3e153c00
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment