Skip to content

Commit

Permalink
Move import of config singleton into models/ package, so it doesn't
Browse files Browse the repository at this point in the history
run when setup.py imports version.py from mtclient/ package.
  • Loading branch information
jameswettenhall committed Jul 24, 2019
1 parent 7ccae8a commit 5389a62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion mtclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""
___init__.py
"""
from . import conf # noqa
from .version import VERSION as __version__ # noqa
1 change: 1 addition & 0 deletions mtclient/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""
mtclient/models/__init__.py
"""
from .. import conf # noqa

0 comments on commit 5389a62

Please sign in to comment.