summaryrefslogtreecommitdiff
path: root/barbicanclient/tests/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'barbicanclient/tests/test_client.py')
-rw-r--r--barbicanclient/tests/test_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/barbicanclient/tests/test_client.py b/barbicanclient/tests/test_client.py
index c4a2033..87c7296 100644
--- a/barbicanclient/tests/test_client.py
+++ b/barbicanclient/tests/test_client.py
@@ -13,8 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from unittest import mock
+
from keystoneauth1 import session
-import mock
from requests_mock.contrib import fixture
import testtools