summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-23 18:13:29 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-23 18:13:29 +0100
commit7f3619fa29134fbc47669b5dec1681cc4687118e (patch)
tree371223a4243adaa93ea7e6276f42b706ac8bcb0e /src/__main__.py
parentadd cmdline correctness test (diff)
downloadblueshift-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 '')
-rwxr-xr-xsrc/__main__.py2
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 *