From e438cde9c3ea4a35dcff974a15ee7b0203ff077f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 27 Oct 2016 11:28:07 +0800 Subject: bin/fg21sim: Update the import path --- bin/fg21sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fg21sim b/bin/fg21sim index 2328a28..14e3c4f 100755 --- a/bin/fg21sim +++ b/bin/fg21sim @@ -13,7 +13,7 @@ import sys import argparse import logging -from fg21sim import Foregrounds +from fg21sim.foregrounds import Foregrounds from fg21sim.configs import configs, validate_configs from fg21sim.utils import setup_logging -- cgit v1.2.2