From 9e2b8e67307e739008307e977ce545d49d0956a6 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 13 May 2016 17:27:12 -0500 Subject: osc-lib: command Leave command.py and test_command.py as a sanity check during the deprecation period. Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85 --- openstackclient/tests/common/test_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/common') 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 -- cgit v1.2.1