summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/src/leap/mail/imap/tests/test_imap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/src/leap/mail/imap/tests/test_imap.py b/mail/src/leap/mail/imap/tests/test_imap.py
index ccce285e..9cca17ff 100644
--- a/mail/src/leap/mail/imap/tests/test_imap.py
+++ b/mail/src/leap/mail/imap/tests/test_imap.py
@@ -39,7 +39,7 @@ from twisted import cred
from leap.mail.imap.mailbox import IMAPMailbox
from leap.mail.imap.messages import CaseInsensitiveDict
-from leap.mail.imap.tests.utils import IMAP4HelperMixin
+from leap.mail.testing.imap import IMAP4HelperMixin
TEST_USER = "testuser@leap.se"