keystoneauth/openstack-common.conf
Chuck Short cde7614e69 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>
2013-08-23 11:25:52 -04:00

13 lines
253 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=importutils
module=install_venv_common
module=jsonutils
module=strutils
module=timeutils
module=py3kcompat
# The base module to hold the copy of openstack.common
base=keystoneclient