From cf0732585dac122c4a45649b240efadedf782181 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Aug 2017 09:45:07 +0800 Subject: configs: Clean up imports 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 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 -- cgit v1.2.2