aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/share.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/share.py')
-rw-r--r--fg21sim/share.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/share.py b/fg21sim/share.py
index 72bc23d..20ebc29 100644
--- a/fg21sim/share.py
+++ b/fg21sim/share.py
@@ -7,7 +7,7 @@ Globally shared instances/objects shared throughout ``fg21sim``.
NOTE: ``global`` and ``globals`` are both preserved by Python :-(
"""
-from .configs import ConfigManager
+from .configs.manager import ConfigManager
from .utils.cosmology import Cosmology