diff options
Diffstat (limited to 'Lib/htmllib.py')
-rw-r--r-- | Lib/htmllib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 77be470..9cf962c 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 |