summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_resources.py')
-rw-r--r--heatclient/tests/unit/test_resources.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/tests/unit/test_resources.py b/heatclient/tests/unit/test_resources.py
index 8676b8c..65285e9 100644
--- a/heatclient/tests/unit/test_resources.py
+++ b/heatclient/tests/unit/test_resources.py
@@ -12,7 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
from six.moves.urllib import parse
import testtools