From: Guido van Rossum Date: Thu, 23 Oct 1997 17:50:10 +0000 (+0000) Subject: Remove redundant import regsub. X-Git-Tag: v1.5b1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57a68e08f9f7999effa948837592ea1010a66e34;p=python Remove redundant import regsub. --- diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 840d7836a3..7274290077 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