mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add configparser and builtins to six (#937)
* Add configparser and builtins to six * Use 'as' import
This commit is contained in:
committed by
Łukasz Langa
parent
dbea48fc7a
commit
8d42a2899a
2
third_party/2/six/moves/__init__.pyi
vendored
2
third_party/2/six/moves/__init__.pyi
vendored
@@ -24,6 +24,8 @@ import six.moves.cPickle as cPickle
|
||||
import HTMLParser as html_parser
|
||||
import htmlentitydefs as html_entities
|
||||
import httplib as http_client
|
||||
import ConfigParser as configparser
|
||||
import __builtin__ as builtins
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
2
third_party/3/six/moves/__init__.pyi
vendored
2
third_party/3/six/moves/__init__.pyi
vendored
@@ -27,6 +27,8 @@ import six.moves.cPickle as cPickle
|
||||
import html.parser as html_parser
|
||||
import html.entities as html_entities
|
||||
import http.client as http_client
|
||||
import configparser as configparser
|
||||
import builtins as builtins
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
Reference in New Issue
Block a user