Merge "Import httplib from six to support Python 3"
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
from docutils.parsers.rst.directives.tables import Table
|
from docutils.parsers.rst.directives.tables import Table
|
||||||
from docutils.statemachine import ViewList
|
from docutils.statemachine import ViewList
|
||||||
from httplib import responses
|
from six.moves.http_client import responses
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
# cache for file -> yaml so we only do the load and check of a yaml
|
# cache for file -> yaml so we only do the load and check of a yaml
|
||||||
|
@@ -4,5 +4,6 @@
|
|||||||
|
|
||||||
pbr>=1.8 # Apache-2.0
|
pbr>=1.8 # Apache-2.0
|
||||||
PyYAML>=3.10.0 # MIT
|
PyYAML>=3.10.0 # MIT
|
||||||
|
six>=1.9.0 # MIT
|
||||||
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
||||||
openstackdocstheme>=1.5.0 # Apache-2.0
|
openstackdocstheme>=1.5.0 # Apache-2.0
|
||||||
|
Reference in New Issue
Block a user