summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_command.py
diff options
context:
space:
mode:
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 658bc895..a8bcf6a8 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