
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>
13 lines
253 B
Plaintext
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
|