Merge "Import httplib from six to support Python 3"

This commit is contained in:
Jenkins 2017-01-31 16:49:14 +00:00 committed by Gerrit Code Review
commit a01f103f24
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
from docutils import nodes
from docutils.parsers.rst.directives.tables import Table
from docutils.statemachine import ViewList
from httplib import responses
from six.moves.http_client import responses
import yaml
# cache for file -> yaml so we only do the load and check of a yaml

View File

@ -4,5 +4,6 @@
pbr>=1.8 # Apache-2.0
PyYAML>=3.10.0 # MIT
six>=1.9.0 # MIT
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
openstackdocstheme>=1.5.0 # Apache-2.0