diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-05-13 17:27:12 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-13 11:00:22 -0500 |
| commit | 9e2b8e67307e739008307e977ce545d49d0956a6 (patch) | |
| tree | 1990a4d3ea60bd3361f8347375ed6f18e10c390a /openstackclient/tests/common/test_command.py | |
| parent | be192676bd2f2beeea0ec4265d5f78a8cf9af637 (diff) | |
| download | python-openstackclient-9e2b8e67307e739008307e977ce545d49d0956a6.tar.gz | |
osc-lib: command
Leave command.py and test_command.py as a sanity check during the
deprecation period.
Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85
Diffstat (limited to 'openstackclient/tests/common/test_command.py')
| -rw-r--r-- | openstackclient/tests/common/test_command.py | 2 |
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 |
