mirror of https://github.com/python/cpython
Remove redundant import regsub.
This commit is contained in:
parent
2efa34ba9b
commit
57a68e08f9
|
@ -6,7 +6,6 @@ http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import regsub
|
|
||||||
import string
|
import string
|
||||||
from sgmllib import SGMLParser
|
from sgmllib import SGMLParser
|
||||||
from formatter import AS_IS
|
from formatter import AS_IS
|
||||||
|
|
Loading…
Reference in New Issue