1e30d5d096
The importutils is helper module for dynamic class and module, loading. The importutils is compatible with python 2.6 and it is used in multiple other openstack projects. The previously used importlib defined with python 2.7. Change-Id: I4e99ccf9d51cea28584c9d28a4aceab633b3f998
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=install_venv_common
|
|
module=lockutils
|
|
module=log
|
|
module=importlib
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=tempest
|