X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=hippotat%2F__init__.py;h=d25ff06d9a1a6580e8ce9a1888938bbd2b789f5a;hb=37ab4cdc9ad97c3d1b2e85483bd0d9e8ed1d78c2;hp=c1ce08511aae7f43f9113512c1263ff7b54f5666;hpb=650a3251620a44d22f30a4242cea6fff88ccfba5;p=hippotat.git diff --git a/hippotat/__init__.py b/hippotat/__init__.py index c1ce085..d25ff06 100644 --- a/hippotat/__init__.py +++ b/hippotat/__init__.py @@ -1,5 +1,8 @@ # -*- python -*- +import signal +signal.signal(signal.SIGINT, signal.SIG_DFL) + import twisted from twisted.internet import reactor