]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - ktable.py
Remove the obsolete whrandom module and use random instead.
[quix0rs-apt-p2p.git] / ktable.py
index 05bd51cefb0f2f5b9c76ef1d506c56f922325289..67b23c920ab09da45e2f823f754e03e9b7606ba9 100644 (file)
--- a/ktable.py
+++ b/ktable.py
@@ -1,10 +1,11 @@
-## Copyright 2002 Andrew Loewenstern, All Rights Reserved
+## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
+# see LICENSE.txt for license information
 
 import time
 from bisect import *
 from types import *
 
-import hash
+import khash as hash
 import const
 from const import K, HASH_LENGTH, NULL_ID
 from node import Node