From f75c253650a8a36005c325eb5fdce7c7f6a3eceb Mon Sep 17 00:00:00 2001 From: Jia Dong Date: Fri, 14 Feb 2014 15:04:14 +0800 Subject: py3kcompat: remove in python-ceilometerclient Everything is already in six>=1.4.0 and we already depend on such a version. There's no reason to keep this file. So remove py3kcompat from python-ceilometerclient. Change-Id: Ide6876e7a60377cb3843816d1d9ab2c589bc8f1b Closes-Bug: #1280033 --- openstack-common.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index fcbc05e..34b5196 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,7 +4,6 @@ module=cliutils module=importutils module=install_venv_common -module=py3kcompat # The base module to hold the copy of openstack.common base=ceilometerclient -- cgit v1.2.1