Remove redundant import regsub.

This commit is contained in:
Guido van Rossum 1997-10-23 17:50:10 +00:00
parent 2efa34ba9b
commit 57a68e08f9
1 changed files with 0 additions and 1 deletions

View File

@ -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