mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 09:01:26 +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
Vendored
+2
@@ -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
|
||||
|
||||
Vendored
+2
@@ -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