diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-27 11:28:07 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-27 11:28:07 +0800 |
commit | e438cde9c3ea4a35dcff974a15ee7b0203ff077f (patch) | |
tree | b7453d2edc4c69f098717c22fd20a5dcf938b955 | |
parent | cf4737858e68967b44e474c4a7e1f805829c18df (diff) | |
download | fg21sim-e438cde9c3ea4a35dcff974a15ee7b0203ff077f.tar.bz2 |
bin/fg21sim: Update the import path
-rwxr-xr-x | bin/fg21sim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |