diff options
author | Guido van Rossum <guido@python.org> | 2000-05-24 14:33:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-05-24 14:33:26 (GMT) |
commit | 51060be2f8b4f6662908215b5e54ba3144a26e6b (patch) | |
tree | 1a5d4f3a041cfc4f3277a3fd2730088f5ee89283 /Doc | |
parent | c580dae6da60aa76e9b885ddbf7a9833aa61c147 (diff) | |
download | cpython-51060be2f8b4f6662908215b5e54ba3144a26e6b.zip cpython-51060be2f8b4f6662908215b5e54ba3144a26e6b.tar.gz cpython-51060be2f8b4f6662908215b5e54ba3144a26e6b.tar.bz2 |
Remove unused "import curses".
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/sgmlconv/docfixer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 9d99c63..7fa856f 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -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 |