mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Import httplib from six.moves
Partial implement: blueprint py33-support Change-Id: I4e2a7020c726717fa1e28926a04d97066bdf79ec
This commit is contained in:
parent
8c61700fad
commit
c39ce1f20c
1 changed files with 2 additions and 1 deletions
|
|
@ -14,12 +14,13 @@
|
|||
# under the License.
|
||||
|
||||
import copy
|
||||
import httplib
|
||||
import logging
|
||||
import os
|
||||
import socket
|
||||
import urlparse
|
||||
|
||||
from six.moves import http_client as httplib
|
||||
|
||||
try:
|
||||
import ssl
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue