diff options
Diffstat (limited to 'openstackclient/tests/common/test_command.py')
| -rw-r--r-- | openstackclient/tests/common/test_command.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_command.py b/openstackclient/tests/common/test_command.py index 722a4c06..658bc895 100644 --- a/openstackclient/tests/common/test_command.py +++ b/openstackclient/tests/common/test_command.py @@ -14,8 +14,9 @@ import mock +from osc_lib import exceptions + from openstackclient.common import command -from openstackclient.common import exceptions from openstackclient.tests import fakes as test_fakes from openstackclient.tests import utils as test_utils |
