summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/common/test_command.py
diff options
context:
space:
mode:
authorPierre Hanselmann <pierre.hanselmann@gmail.com>2017-11-02 13:44:16 +0100
committerPierre Hanselmann <pierre.hanselmann@gmail.com>2017-11-02 13:44:16 +0100
commita4d56e615dd743cfb14e4334367973119bf7c70b (patch)
tree0dfa0bbbc05ac4affbbbaf1d6fe6166264bad893 /openstackclient/tests/unit/common/test_command.py
parent2c14b4b2ee2aa104b21c1517537eaf3897727b93 (diff)
downloadpython-openstackclient-a4d56e615dd743cfb14e4334367973119bf7c70b.tar.gz
Rehome test units lib
Rehoming deprecated libs for the ones provided in osc-lib. Change-Id: Idb4a27f2c8edf48909ef010e3c7a1a5c0c16efc5
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