callbacks now return a dict now that has the _krpc_sender connection information
[quix0rs-apt-p2p.git] / const.py
index bade7c418cb458302cf69dc795f022a238d7d9c0..797b2d0ce84adea331ca512b7a82d57d66c45159 100644 (file)
--- a/const.py
+++ b/const.py
@@ -5,12 +5,13 @@ reactor = SelectReactor(installSignalHandlers=0)
 from twisted.internet import main
 main.installReactor(reactor)
 
+
 try:
     import twisted.names.client
     reactor.installResolver(twisted.names.client.theResolver)
 except IOError:
     print "no resolv.conf!"
-    
+
 # magic id to use before we know a peer's id
 NULL_ID =  20 * '\0'