]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - knode.py
Make it also work from the command-line.
[quix0rs-apt-p2p.git] / knode.py
index 46ab780f5cf6cebdf37c96860ce74f1f0d968b89..d2cea727766f3d9865febb7bdc46043a99307f5c 100644 (file)
--- a/knode.py
+++ b/knode.py
@@ -1,14 +1,8 @@
 ## Copyright 2002-2004 Andrew Loewenstern, All Rights Reserved
 # see LICENSE.txt for license information
 
+from const import NULL_ID
 from node import Node
-from twisted.internet.defer import Deferred
-from const import reactor, NULL_ID
-
-
-class IDChecker:
-    def __init__(id):
-        self.id = id
 
 class KNodeBase(Node):
     def checkSender(self, dict):