diff options
author | Guido van Rossum <guido@python.org> | 1997-10-23 17:50:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-23 17:50:10 (GMT) |
commit | 57a68e08f9f7999effa948837592ea1010a66e34 (patch) | |
tree | 5f45f6a32cc5dd4bbcb54a04ee968bd5c581fc4c /Lib/htmllib.py | |
parent | 2efa34ba9beb2d23c7075fe80a444faf333b9ca2 (diff) | |
download | cpython-57a68e08f9f7999effa948837592ea1010a66e34.zip cpython-57a68e08f9f7999effa948837592ea1010a66e34.tar.gz cpython-57a68e08f9f7999effa948837592ea1010a66e34.tar.bz2 |
Remove redundant import regsub.
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 840d783..7274290 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -6,7 +6,6 @@ http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html import sys -import regsub import string from sgmllib import SGMLParser from formatter import AS_IS |