diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-23 18:13:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-23 18:13:29 +0100 |
commit | 7f3619fa29134fbc47669b5dec1681cc4687118e (patch) | |
tree | 371223a4243adaa93ea7e6276f42b706ac8bcb0e /src/__main__.py | |
parent | add cmdline correctness test (diff) | |
download | blueshift-7f3619fa29134fbc47669b5dec1681cc4687118e.tar.gz blueshift-7f3619fa29134fbc47669b5dec1681cc4687118e.tar.bz2 blueshift-7f3619fa29134fbc47669b5dec1681cc4687118e.tar.xz |
make signal_SIGUSR2 global1.5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index d4c9d4d..7df36c5 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -32,7 +32,7 @@ PROGRAM_VERSION = '1.5' global DATADIR, i_size, o_size, r_curve, g_curve, b_curve, clip_result, reset, panicgate global periodically, wait_period, fadein_time, fadeout_time, fadein_steps, fadeout_steps global monitor_controller, running, continuous_run, panic, _globals_, conf_storage -global signal_SIGTERM, signal_SIGUSR1 +global signal_SIGTERM, signal_SIGUSR1, signal_SIGUSR2 from icc import * |