Skip to content

Commit

Permalink
Change module import ordering to ensure our logger is loaded before M…
Browse files Browse the repository at this point in the history
…anticore's (#48 #52)
  • Loading branch information
ESultanik committed Feb 8, 2019
1 parent dee5e7f commit ee1a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etheno/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from . import truffle

try:
from . import manticoreutils
from .manticoreclient import ManticoreClient
from . import manticoreutils
MANTICORE_INSTALLED = True
except ModuleNotFoundError:
MANTICORE_INSTALLED = False
Expand Down

0 comments on commit ee1a4d5

Please sign in to comment.