diff options
| -rw-r--r-- | Lib/htmllib.py | 1 | ||||
| -rw-r--r-- | Lib/pty.py | 2 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 77be4709ce..9cf962cb38 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -5,7 +5,6 @@ http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html  """ -import sys  import string  from sgmllib import SGMLParser  from formatter import AS_IS diff --git a/Lib/pty.py b/Lib/pty.py index 53a4b2d3a9..2ba193828d 100644 --- a/Lib/pty.py +++ b/Lib/pty.py @@ -7,7 +7,7 @@  # Author: Steen Lumholt -- with additions by Guido.  from select import select -import os, sys, FCNTL +import os, FCNTL  import tty  STDIN_FILENO = 0 | 
