diff options
Diffstat (limited to 'heatclient/tests/unit/osc/v1/test_stack.py')
| -rw-r--r-- | heatclient/tests/unit/osc/v1/test_stack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/tests/unit/osc/v1/test_stack.py b/heatclient/tests/unit/osc/v1/test_stack.py index d6a51b0..7af48ff 100644 --- a/heatclient/tests/unit/osc/v1/test_stack.py +++ b/heatclient/tests/unit/osc/v1/test_stack.py @@ -13,8 +13,8 @@ import copy import io +from unittest import mock -import mock from osc_lib import exceptions as exc from osc_lib import utils import six |
