summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_command.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2016-06-15 15:26:35 -0500
committerDean Troyer <dtroyer@gmail.com>2016-06-15 22:50:43 +0000
commite7ed403712f4d12182d0c2d040ae6eed0177a05c (patch)
treec967289c9502fde65a95df3d9177452d77768cd3 /openstackclient/tests/common/test_command.py
parent114eeeb0236d29a325abbf13b41a9a385746b367 (diff)
downloadpython-openstackclient-e7ed403712f4d12182d0c2d040ae6eed0177a05c.tar.gz
Finish osc-lib transition for command.py
https://review.openstack.org/#/c/328318/ was the transition of openstackclient/common/command.py to osc-lib but it was incomplete; https://review.openstack.org/#/c/329885/ started to fix it but was also incomplete. Third time is charm? Change-Id: Ib6c0266155c2155ae59067ce7b15bebca1e375e8
Diffstat (limited to 'openstackclient/tests/common/test_command.py')
-rw-r--r--openstackclient/tests/common/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_command.py b/openstackclient/tests/common/test_command.py
index a8bcf6a8..658bc895 100644
--- a/openstackclient/tests/common/test_command.py
+++ b/openstackclient/tests/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 import fakes as test_fakes
from openstackclient.tests import utils as test_utils