mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-08 10:50:59 +08:00
Add stubs for HTMLParser, html.parser, and six.moves.html_parser.
This commit is contained in:
1
third_party/2.7/six/moves/__init__.pyi
vendored
1
third_party/2.7/six/moves/__init__.pyi
vendored
@@ -20,6 +20,7 @@ from __builtin__ import xrange as xrange
|
||||
from itertools import izip as zip
|
||||
from itertools import izip_longest as zip_longest
|
||||
import six.moves.cPickle as cPickle
|
||||
import HTMLParser as html_parser
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
Reference in New Issue
Block a user