chiark / gitweb /
move sigint
[hippotat.git] / hippotat / __init__.py
index c1ce08511aae7f43f9113512c1263ff7b54f5666..d25ff06d9a1a6580e8ce9a1888938bbd2b789f5a 100644 (file)
@@ -1,5 +1,8 @@
 # -*- python -*-
 
+import signal
+signal.signal(signal.SIGINT, signal.SIG_DFL)
+
 import twisted
 from twisted.internet import reactor