]> granicus.if.org Git - python/commitdiff
Remove unused "import curses".
authorGuido van Rossum <guido@python.org>
Wed, 24 May 2000 14:33:26 +0000 (14:33 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 May 2000 14:33:26 +0000 (14:33 +0000)
Doc/tools/sgmlconv/docfixer.py

index 9d99c63f2c2a784ff403fba3ae3d76637b6c4df1..7fa856f75f0bfc230a4feaf1bb8323b429650e1c 100755 (executable)
@@ -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