aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-10 22:18:10 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-10 22:18:10 +0200
commite202a2a9389a972a486442d792653c38e15225ba (patch)
tree59025b0a35529dcdaa5773281120a16963a625ec
parentm (diff)
downloadnightshift-e202a2a9389a972a486442d792653c38e15225ba.tar.gz
nightshift-e202a2a9389a972a486442d792653c38e15225ba.tar.bz2
nightshift-e202a2a9389a972a486442d792653c38e15225ba.tar.xz
must have been something else...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/nightshift.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nightshift.py b/src/nightshift.py
index 9d99f1b..e9ad04d 100755
--- a/src/nightshift.py
+++ b/src/nightshift.py
@@ -333,8 +333,6 @@ def use_client(sock, proc):
proc.send_signal(signal.SIGUSR1)
elif message == 'kill':
proc.terminate()
- import time
- time.sleep(0.1) ## XXX this required for redshift to catch both signals properly
elif message == 'close':
closed = True
elif message == 'listen':