diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 06:45:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 06:45:17 +0000 |
| commit | 2c92b60f457a16c315b6286592e9fee534bd4b3d (patch) | |
| tree | 03c50c81ff83d5f22b764ece1b9a5c966f6f7748 /openstackclient/tests/common | |
| parent | 287fe3610af6297b654dc30ee587aa0f7eecaeaa (diff) | |
| parent | 9e2b8e67307e739008307e977ce545d49d0956a6 (diff) | |
| download | python-openstackclient-2c92b60f457a16c315b6286592e9fee534bd4b3d.tar.gz | |
Merge "osc-lib: command"
Diffstat (limited to 'openstackclient/tests/common')
| -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 |
