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
|
|
@ -4,8 +4,8 @@ from urllib import parse
|
|||
|
||||
from django.core.mail import EmailMultiAlternatives
|
||||
|
||||
from django_mailbox.models import Mailbox
|
||||
from django_mailbox.tests.base import EmailMessageTestCase
|
||||
from django_mailbox2.models import Mailbox
|
||||
from django_mailbox2.tests.base import EmailMessageTestCase
|
||||
|
||||
|
||||
__all__ = ["TestImap"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue