Merge "Remove openstackclient imports in the new parameters command" into stable/newton

This commit is contained in:
Jenkins 2016-09-22 04:55:41 +00:00 committed by Gerrit Code Review
commit b298e2a364
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