mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +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/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