]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_dht_Khashmir/knode.py
Modify khashmir's config system to not use the const module.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir / knode.py
index d2cea727766f3d9865febb7bdc46043a99307f5c..1e0b299cd6cdd90b6669ef76fcbc464dfdea3162 100644 (file)
@@ -1,8 +1,7 @@
 ## Copyright 2002-2004 Andrew Loewenstern, All Rights Reserved
 # see LICENSE.txt for license information
 
-from const import NULL_ID
-from node import Node
+from node import Node, NULL_ID
 
 class KNodeBase(Node):
     def checkSender(self, dict):