Commit 0ad89999 authored by Guido van Rossum's avatar Guido van Rossum

Remove unused "import curses".

parent acc9edaa
......@@ -28,7 +28,6 @@ try:
# We can only do this trick on Unix (if tput is on $PATH)!
if sys.platform != "posix" or not sys.stderr.isatty():
raise ImportError
import curses
import commands
except ImportError:
bwrite = ewrite
......
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