diff options
| author | Kui Shi <skuicloud@gmail.com> | 2013-10-14 16:53:51 +0800 |
|---|---|---|
| committer | Kui Shi <skuicloud@gmail.com> | 2013-10-14 17:19:38 +0800 |
| commit | c6ca94982d30bdb7d8227150578271e9492ad36e (patch) | |
| tree | e68773c455b5b6aad6bf0e581828a1ba1b957fb5 /openstack-common.conf | |
| parent | eaae72edc92940b0e46b7d7b955e2bfbe94542c5 (diff) | |
| download | python-ceilometerclient-c6ca94982d30bdb7d8227150578271e9492ad36e.tar.gz | |
Fix module importing issues for Python 3
Copy py3kcompat from oslo for urlparse
Substitute StringIO / httplib with six
Partial Implement: blueprint py33-support
Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index ccd6c80..588b859 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -3,6 +3,7 @@ # The list of modules to copy from openstack-common module=importutils module=install_venv_common +module=py3kcompat # The base module to hold the copy of openstack.common base=ceilometerclient |
