Kaydet (Commit) 22b7b761 authored tarafından Anthony Sottile's avatar Anthony Sottile Kaydeden (comit) Joffrey F

Use six.moves to handle a py2+py3 import

Signed-off-by: 's avatarAnthony Sottile <asottile@umich.edu>
üst b4efdc1b
import six
import requests.adapters
import socket
from six.moves import http_client as httplib
from .. import constants
if six.PY3:
import http.client as httplib
else:
import httplib
try:
import requests.packages.urllib3 as urllib3
except ImportError:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment