summaryrefslogtreecommitdiff
path: root/mail/src/leap/mail/tests/test_mail.py
diff options
context:
space:
mode:
Diffstat (limited to 'mail/src/leap/mail/tests/test_mail.py')
-rw-r--r--mail/src/leap/mail/tests/test_mail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/src/leap/mail/tests/test_mail.py b/mail/src/leap/mail/tests/test_mail.py
index aca406f..f9cded2 100644
--- a/mail/src/leap/mail/tests/test_mail.py
+++ b/mail/src/leap/mail/tests/test_mail.py
@@ -28,7 +28,7 @@ from email.Utils import formatdate
from leap.mail.adaptors.soledad import SoledadMailAdaptor
from leap.mail.mail import MessageCollection, Account, _unpack_headers
from leap.mail.mailbox_indexer import MailboxIndexer
-from leap.mail.tests.common import SoledadTestMixin
+from leap.mail.testing.common import SoledadTestMixin
HERE = os.path.split(os.path.abspath(__file__))[0]