diff options
author | Pierre Hanselmann <pierre.hanselmann@gmail.com> | 2017-11-02 13:44:16 +0100 |
---|---|---|
committer | Pierre Hanselmann <pierre.hanselmann@gmail.com> | 2017-11-02 13:44:16 +0100 |
commit | a4d56e615dd743cfb14e4334367973119bf7c70b (patch) | |
tree | 0dfa0bbbc05ac4affbbbaf1d6fe6166264bad893 /openstackclient/tests/unit/common/test_command.py | |
parent | 2c14b4b2ee2aa104b21c1517537eaf3897727b93 (diff) | |
download | python-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.py | 2 |
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 |