Import httplib from six.moves

Partial implement: blueprint py33-support

Change-Id: I4e2a7020c726717fa1e28926a04d97066bdf79ec
This commit is contained in:
Kui Shi 2013-10-16 06:29:05 +08:00
parent 8c61700fad
commit c39ce1f20c

View file

@ -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: