From 68dac5c2e1972c3868503b8ce6208b455240c61c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 31 Jul 2017 23:32:10 +0800 Subject: Fix several small issues; Also update PSFormalism a bit Signed-off-by: Aaron LI --- fg21sim/share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/share.py') 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 -- cgit v1.2.2