Skip to content

Commit

Permalink
import os in run_tardis()
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Apr 19, 2016
1 parent 8a63af6 commit 54e298d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tardis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def run_tardis(config, atom_data=None):

from tardis.io import config_reader
from tardis import model, simulation, atomic
import os

try:
config_dict = yaml.load(open(config))
Expand Down

0 comments on commit 54e298d

Please sign in to comment.