summaryrefslogtreecommitdiff
path: root/glanceclient/tests/unit/v1/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'glanceclient/tests/unit/v1/test_shell.py')
-rw-r--r--glanceclient/tests/unit/v1/test_shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/glanceclient/tests/unit/v1/test_shell.py b/glanceclient/tests/unit/v1/test_shell.py
index a3bd29b..5476a2f 100644
--- a/glanceclient/tests/unit/v1/test_shell.py
+++ b/glanceclient/tests/unit/v1/test_shell.py
@@ -17,12 +17,13 @@
import argparse
import json
import os
+from unittest import mock
+
import six
import subprocess
import tempfile
import testtools
-import mock
from glanceclient import exc
from glanceclient import shell