summaryrefslogtreecommitdiff
path: root/tests/db/test_utils.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-08-15 16:33:44 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-15 15:41:16 +0100
commit9c32f8a28c0e555537ee0c8236e099a6990dacbc (patch)
tree813a3870556015763fdc31e0868257c89225d325 /tests/db/test_utils.py
parent7eaaaf6e0f0acfe754aaad4d07cbd83980151665 (diff)
Use unittest.mock from the stdlib
It was added to the stdlib in py3.3 and we already require 3.5.
Diffstat (limited to 'tests/db/test_utils.py')
-rw-r--r--tests/db/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db/test_utils.py b/tests/db/test_utils.py
index 59a8e5b6..ac6555c0 100644
--- a/tests/db/test_utils.py
+++ b/tests/db/test_utils.py
@@ -17,9 +17,9 @@ import os.path
import shutil
import tempfile
import unittest
+from unittest import mock
import gpg
-import mock
from alot import crypto
from alot.db import utils