1
0
Fork 0
django-mailbox/django_mailbox/tests/__init__.py

7 lines
198 B
Python
Raw Normal View History

2013-07-25 23:45:39 -07:00
from .test_mailbox import *
from .test_message_flattening import *
from .test_process_email import *
from .test_transports import *
from .test_integration_imap import *
from .test_settings import *