mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
* Use relative imports within djrill package * Standardize ordering * Remove absolute_import (it's standard in all python versions we now support)
7 lines
241 B
Python
7 lines
241 B
Python
from .test_mandrill_integration import *
|
|
from .test_mandrill_send import *
|
|
from .test_mandrill_send_template import *
|
|
from .test_mandrill_session_sharing import *
|
|
from .test_mandrill_subaccounts import *
|
|
from .test_mandrill_webhook import *
|