diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
commit | 7385d625053be9fb04023f0274256f4652d268d1 (patch) | |
tree | f034766fb4c102792d68a0cfce73eb5cbbd7c108 /src/__main__.py | |
parent | doc SOLAR_APPARENT_RADIUS (diff) | |
download | blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.gz blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.bz2 blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.xz |
cleanup in preparation for and preparation for use of pylibgamma
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 e93b196..a9ffbba 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -81,7 +81,7 @@ setproctitle(sys.argv[0]) global i_size, o_size, r_curve, g_curve, b_curve, clip_result, reset, panicgate, reset_on_error global periodically, wait_period, fadein_time, fadeout_time, fadein_steps, fadeout_steps global monitor_controller, running, continuous_run, panic, _globals_, conf_storage, parser -global signal_SIGTERM, signal_SIGUSR1, signal_SIGUSR2, DATADIR, LIBDIR, LIBEXECDIR +global signal_SIGTERM, signal_SIGUSR1, signal_SIGUSR2, DATADIR, LIBEXECDIR ## Open all modules that the configuration |