From 96d80f984a4df67ef90fc367faff6836b6f0496e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 May 1999 18:13:51 +0000 Subject: No need to import sys. (Andrew Dalke & kjpylint) --- Lib/htmllib.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/htmllib.py') diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 77be4709ce..9cf962cb38 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -5,7 +5,6 @@ http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html """ -import sys import string from sgmllib import SGMLParser from formatter import AS_IS -- cgit v1.2.1