]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - const.py
* removing hack to allow threading
[quix0rs-apt-p2p.git] / const.py
index bdd8edbc239ff8657d8e6d64a50e484d25d16f91..b91996a7813ce085fe5940321ae0a74aa9db98e2 100644 (file)
--- a/const.py
+++ b/const.py
@@ -3,7 +3,7 @@
 
 from twisted.internet.default import SelectReactor ## twistedmatrix.com
 
-reactor = SelectReactor(installSignalHandlers=0)
+reactor = SelectReactor()
 
 from twisted.internet import main
 main.installReactor(reactor)