diff options
Diffstat (limited to 'heatclient/tests/unit/v1/test_hooks.py')
| -rw-r--r-- | heatclient/tests/unit/v1/test_hooks.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/tests/unit/v1/test_hooks.py b/heatclient/tests/unit/v1/test_hooks.py index 65abc03..90cef7c 100644 --- a/heatclient/tests/unit/v1/test_hooks.py +++ b/heatclient/tests/unit/v1/test_hooks.py @@ -11,7 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import mock +from unittest import mock + import testtools from heatclient.common import hook_utils |
