summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_deployment_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_deployment_utils.py')
-rw-r--r--heatclient/tests/unit/test_deployment_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/tests/unit/test_deployment_utils.py b/heatclient/tests/unit/test_deployment_utils.py
index 1167a76..4a5dc13 100644
--- a/heatclient/tests/unit/test_deployment_utils.py
+++ b/heatclient/tests/unit/test_deployment_utils.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 six
import swiftclient.client
import testscenarios