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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57a68e08f9f7999effa948837592ea1010a66e34;p=thirdparty%2FPython%2Fcpython.git Remove redundant import regsub. --- diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 840d7836a30d..72742900770f 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