From 38ab63fc5191a4893f6f46d9b8b40ae988f66c88 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 31 Jul 2017 19:48:43 +0800 Subject: Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO" Signed-off-by: Aaron LI --- bin/hpx2healpix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hpx2healpix') diff --git a/bin/hpx2healpix b/bin/hpx2healpix index 2c09057..b5de5e6 100755 --- a/bin/hpx2healpix +++ b/bin/hpx2healpix @@ -15,7 +15,7 @@ import argparse import logging import fg21sim -from fg21sim.configs import CONFIGS +from fg21sim.share import CONFIGS from fg21sim.utils import setup_logging -- cgit v1.2.2