Skip to content

Commit

Permalink
fix import in tardis/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishinma committed Jul 21, 2016
1 parent 4a6fb5f commit 69c60cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def run_tardis(config, atom_data=None):
atomic data will be loaded according to keywords set in the configuration
[default=None]
"""
from tardis.io import config_reader
from tardis import model, simulation, atomic
from tardis.io import config_reader, atomic
from tardis import model, simulation

if atom_data is not None:
try:
Expand Down

0 comments on commit 69c60cc

Please sign in to comment.