Clean up all the imports.
[quix0rs-apt-p2p.git] / const.py
index fc5d1c0a49110071ab1825fd8b0f5b1e4654c128..58d539ec56ea1723b1a90be03786958fb2fa014c 100644 (file)
--- a/const.py
+++ b/const.py
@@ -16,7 +16,6 @@ try:
 except IOError:
     print "no resolv.conf!"
 """
-from twisted.internet import reactor
 
 # magic id to use before we know a peer's id
 NULL_ID =  20 * '\0'