From ffe976ce3edf2e4dc5dd50247a182ca690b4fdd9 Mon Sep 17 00:00:00 2001 From: Oleksii Chuprykov Date: Fri, 19 Sep 2014 14:24:53 +0300 Subject: Use oslo.utils Module `importutils` from common code was graduated to oslo.utils, so it would be great if we reuse this library. Remove unused strutils.py and gettextutils.py Change-Id: Iaae19fc5018d83103e5f15ff76d6da686bfdf5f8 --- openstack-common.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index ac923902..78b414c3 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,10 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -module=gettextutils module=install_venv_common -module=importutils -module=strutils # The base module to hold the copy of openstack.common base=openstackclient -- cgit v1.2.1