Good thing we do a smoke test before release. 1.8
authorEric S. Raymond <esr@thyrsus.com>
Sun, 7 Oct 2012 01:59:47 +0000 (21:59 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 7 Oct 2012 01:59:47 +0000 (21:59 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 3ee51b48394e935d6a80945db6222ffa90ca3bb9..7ecd8614b9663687dc327748985a699c91baa532 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -62,7 +62,7 @@ except ImportError:
     CONNECTION_MAX = 200
     green_threads = False
 
-import sys, getopt, urlparse, time, random, socket
+import sys, getopt, urlparse, time, random, socket, signal
 import threading, Queue, SocketServer
 import irc.client, logging
 try: