Files
django-anymail/djrill/__init__.py
medmunds 8433e6d660 Clean up all imports
* Use relative imports within djrill package
* Standardize ordering
* Remove absolute_import (it's standard in all
  python versions we now support)
2015-11-30 17:33:08 -08:00

4 lines
114 B
Python

from ._version import __version__, VERSION
from .exceptions import MandrillAPIError, NotSupportedByMandrillError