Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #394 from simphony/load_engines_first
Browse files Browse the repository at this point in the history
Problem: some wrappers fail to load on Simulation import
  • Loading branch information
stefanoborini committed Mar 22, 2017
2 parents 700ef25 + 7d6bda7 commit 87f6a92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions simphony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
:copyright: (c) 2014, 2015, 2016 SimPhoNy Consortium
:license: BSD, see LICENSE for more details.
"""
# Load engines in the beginning.
# TODO: make engine loader explicit
import simphony.engine # noqa

from .core import CUBA
from .cuds import CUDS, Simulation

__all__ = ['CUBA', 'CUDS', 'Simulation']

0 comments on commit 87f6a92

Please sign in to comment.