]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - ktable.py
major cleanup, updated for twisted
[quix0rs-apt-p2p.git] / ktable.py
index 4d4c5bb2f3d65934680d0ba18acda4b028742a4d..67b23c920ab09da45e2f823f754e03e9b7606ba9 100644 (file)
--- a/ktable.py
+++ b/ktable.py
@@ -5,7 +5,7 @@ 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