summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/common/test_command.py
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-06 00:48:32 +0000
committerGerrit Code Review <review@openstack.org>2017-11-06 00:48:32 +0000
commitc39347233936027eb85ae96db79e16b7f7a7147c (patch)
treeb0e9a4a5df38fd5502292e39ec814ee7b2fa1a04 /openstackclient/tests/unit/common/test_command.py
parent7744046d6ac5d11c56a1a8f9be1a86d4caa92595 (diff)
parenta4d56e615dd743cfb14e4334367973119bf7c70b (diff)
downloadpython-openstackclient-c39347233936027eb85ae96db79e16b7f7a7147c.tar.gz
Merge "Rehome test units lib"
Diffstat (limited to 'openstackclient/tests/unit/common/test_command.py')
-rw-r--r--openstackclient/tests/unit/common/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/common/test_command.py b/openstackclient/tests/unit/common/test_command.py
index f24b290b..6ddb7c12 100644
--- a/openstackclient/tests/unit/common/test_command.py
+++ b/openstackclient/tests/unit/common/test_command.py
@@ -14,9 +14,9 @@
import mock
+from osc_lib.command import command
from osc_lib import exceptions
-from openstackclient.common import command
from openstackclient.tests.unit import fakes as test_fakes
from openstackclient.tests.unit import utils as test_utils