commit | 57a68e08f9f7999effa948837592ea1010a66e34 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 23 17:50:10 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 23 17:50:10 1997 +0000 |
tree | 5f45f6a32cc5dd4bbcb54a04ee968bd5c581fc4c | |
parent | 2efa34ba9beb2d23c7075fe80a444faf333b9ca2 [diff] |
Remove redundant import regsub.
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 @@ import sys -import regsub import string from sgmllib import SGMLParser from formatter import AS_IS