this is the new khashmir, now based on Twisted and XML-RPC
[quix0rs-apt-p2p.git] / const.py
diff --git a/const.py b/const.py
new file mode 100644 (file)
index 0000000..0aad77d
--- /dev/null
+++ b/const.py
@@ -0,0 +1,5 @@
+
+from twisted.internet.default import SelectReactor
+reactor = SelectReactor(installSignalHandlers=0)
+from twisted.internet import main
+main.installReactor(reactor)
\ No newline at end of file