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)
This commit is contained in:
medmunds
2015-11-30 17:33:08 -08:00
parent 632334b426
commit 8433e6d660
11 changed files with 35 additions and 33 deletions

View File

@@ -1,2 +1,3 @@
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
from ._version import __version__, VERSION
from .exceptions import MandrillAPIError, NotSupportedByMandrillError