fix imports

This commit is contained in:
2017-05-25 19:58:44 -04:00
parent 733ff4b8a4
commit 1001bc671a
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -40,7 +40,9 @@ is at <http://python-requests.org>.
:license: Apache 2.0, see LICENSE for more details.
"""
from .__about__ import *
from .__about__ import __title__, __description__, __url__, __version__
from .__about__ import __build__, __author__, __author_email__, __license__
from .__about__ import __copyright__, __cake__
# Attempt to enable urllib3's SNI support, if possible
try:
+1 -1
View File
@@ -20,7 +20,7 @@ import socket
import struct
import warnings
from . import __version__
from .__about__ import __version__
from . import certs
# to_native_string is unused here, but imported here for backwards compatibility
from ._internal_utils import to_native_string