From 57a68e08f9f7999effa948837592ea1010a66e34 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 23 Oct 1997 17:50:10 +0000 Subject: Remove redundant import regsub. --- Lib/htmllib.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12