summaryrefslogtreecommitdiffstats
path: root/Lib/htmllib.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-23 17:50:10 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-23 17:50:10 (GMT)
commit57a68e08f9f7999effa948837592ea1010a66e34 (patch)
tree5f45f6a32cc5dd4bbcb54a04ee968bd5c581fc4c /Lib/htmllib.py
parent2efa34ba9beb2d23c7075fe80a444faf333b9ca2 (diff)
downloadcpython-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.py1
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