mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +08:00
Add html_entities import stubs to six.moves.
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
@@ -21,6 +21,7 @@ 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 htmlentitydefs as html_entities
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
1
third_party/3/six/moves/__init__.pyi
vendored
1
third_party/3/six/moves/__init__.pyi
vendored
@@ -24,6 +24,7 @@ from builtins import zip as zip
|
||||
from itertools import zip_longest as zip_longest
|
||||
import six.moves.cPickle as cPickle
|
||||
import html.parser as html_parser
|
||||
import html.entities as html_entities
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
Reference in New Issue
Block a user