Remove openstackclient imports in the new parameters command

Change-Id: I618d9fd6987f7d1b9fbe03f722a30da89226d74a
This commit is contained in:
Dougal Matthews 2016-09-16 15:45:41 +01:00
parent c0f79d4477
commit 86e184eb87
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ import json
import logging
import yaml
from cliff import command
from openstackclient.i18n import _
from osc_lib.command import command
from osc_lib.i18n import _
from tripleoclient import exceptions
from tripleoclient.workflows import parameters