mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-21 12:21:06 -05:00
* Use relative imports within djrill package * Standardize ordering * Remove absolute_import (it's standard in all python versions we now support)
4 lines
114 B
Python
4 lines
114 B
Python
from ._version import __version__, VERSION
|
|
from .exceptions import MandrillAPIError, NotSupportedByMandrillError
|
|
|