diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-19 03:37:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-19 03:37:29 +0100 |
commit | 0806af8ce7e47652adaecb08b52cbfe59d1c5f16 (patch) | |
tree | 2ce63d0ba1c64e46c49763871451ccd77daaa72e /src/__main__.py | |
parent | add modes example (diff) | |
download | blueshift-0806af8ce7e47652adaecb08b52cbfe59d1c5f16.tar.gz blueshift-0806af8ce7e47652adaecb08b52cbfe59d1c5f16.tar.bz2 blueshift-0806af8ce7e47652adaecb08b52cbfe59d1c5f16.tar.xz |
move translate_to_integers and ramps_to_function to aux.py
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py index ad256c3..4197963 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -36,6 +36,7 @@ global monitor_controller, running, continuous_run, panic, _globals_, conf_stora global signal_SIGTERM, signal_SIGUSR1, signal_SIGUSR2 +from aux import * from icc import * from solar import * from curve import * |