diff options
Diffstat (limited to 'fg21sim/share.py')
-rw-r--r-- | fg21sim/share.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/share.py b/fg21sim/share.py index bbe52b4..72bc23d 100644 --- a/fg21sim/share.py +++ b/fg21sim/share.py @@ -8,7 +8,7 @@ NOTE: ``global`` and ``globals`` are both preserved by Python :-( """ from .configs import ConfigManager -from .utils import Cosmology +from .utils.cosmology import Cosmology # The globally shared `~ConfigManager` instance/object, that holds the |