Fixing some warning about oslo namespace

Change-Id: I560edc4324ae74f44c61de6014362f1aca37596f
This commit is contained in:
Tim Kelsey 2015-03-19 09:14:34 +00:00
parent 573b357ec4
commit 2750d14432
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo.utils import importutils
from oslo_config import cfg
from oslo_utils import importutils
keymgr_opts = [
cfg.StrOpt('api_class',