summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2013-08-23 11:23:24 -0400
committerChuck Short <chuck.short@canonical.com>2013-08-23 11:25:52 -0400
commit070a351ababb3ba4a430975a2c208419ff889812 (patch)
treeccf9fce1093941f004e12c7b45f3bffa6a1e759c /openstack-common.conf
parent76dac7760d7e549f9a3ca34d92f3547e620303ee (diff)
downloadpython-keystoneclient-070a351ababb3ba4a430975a2c208419ff889812.tar.gz
Sync py3kcompat from oslo-incubator
Python3 reorganized the standard library and moved several functions to different modules and combined modules. Six provides a consistent interface to the module through six.moves However urllib/urlparse is not covered by six.moves so py3kcompat adds python2/python3 compatibility layer for urllib/urlparse. Change-Id: I98d45a84e8c2dcd965a9e5cc08d7bb341eb08bfc Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index 04af90f..bec4198 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -6,6 +6,7 @@ module=install_venv_common
module=jsonutils
module=strutils
module=timeutils
+module=py3kcompat
# The base module to hold the copy of openstack.common
base=keystoneclient