mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
adds updated module name
This commit is contained in:
parent
5177ea5c65
commit
d94faeeee7
50 changed files with 224 additions and 218 deletions
|
|
@ -3,8 +3,8 @@ from os.path import exists
|
|||
from os import remove
|
||||
from django.test.utils import override_settings
|
||||
|
||||
from django_mailbox.tests.base import EmailMessageTestCase, get_email_as_text
|
||||
from django_mailbox.transports import ImapTransport, Pop3Transport
|
||||
from django_mailbox2.tests.base import EmailMessageTestCase, get_email_as_text
|
||||
from django_mailbox2.transports import ImapTransport, Pop3Transport
|
||||
|
||||
FAKE_UID_SEARCH_ANSWER = (
|
||||
"OK",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue