X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=knode.py;h=d2cea727766f3d9865febb7bdc46043a99307f5c;hb=e0f42c76df7c36de9a4889a429e57594f577e100;hp=46ab780f5cf6cebdf37c96860ce74f1f0d968b89;hpb=06adc6b3734c1a9a243c8a0a1172b09170bfddcc;p=quix0rs-apt-p2p.git diff --git a/knode.py b/knode.py index 46ab780..d2cea72 100644 --- 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):