From a4d56e615dd743cfb14e4334367973119bf7c70b Mon Sep 17 00:00:00 2001 From: Pierre Hanselmann Date: Thu, 2 Nov 2017 13:44:16 +0100 Subject: Rehome test units lib Rehoming deprecated libs for the ones provided in osc-lib. Change-Id: Idb4a27f2c8edf48909ef010e3c7a1a5c0c16efc5 --- openstackclient/tests/unit/common/test_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/unit/common/test_command.py') 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 -- cgit v1.2.1