aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/foregrounds.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/foregrounds.py')
-rw-r--r--fg21sim/foregrounds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/foregrounds.py b/fg21sim/foregrounds.py
index e3e0f62..85bbf16 100644
--- a/fg21sim/foregrounds.py
+++ b/fg21sim/foregrounds.py
@@ -26,7 +26,7 @@ from .galactic import (Synchrotron as GalacticSynchrotron,
SuperNovaRemnants as GalacticSNR)
from .extragalactic import GalaxyClusters as EGGalaxyClusters
from .extragalactic import PointSources as ExtragalacticPointSources
-from .utils import write_fits_healpix
+from .utils.fits import write_fits_healpix
logger = logging.getLogger(__name__)