summaryrefslogtreecommitdiff
path: root/python/skytools/hashtext.py
diff options
context:
space:
mode:
authormartinko2012-12-20 15:24:47 +0000
committermartinko2012-12-20 15:24:47 +0000
commit9a623e11cde1c865f65b7d3685e7ccbccb07a648 (patch)
tree973799d8b6022fe19c76d00971ccaee2546b37b2 /python/skytools/hashtext.py
parent303b635f6753605a0d052537970468465feb897e (diff)
noise
Diffstat (limited to 'python/skytools/hashtext.py')
-rw-r--r--python/skytools/hashtext.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/skytools/hashtext.py b/python/skytools/hashtext.py
index 6a9cf11d..d230ae59 100644
--- a/python/skytools/hashtext.py
+++ b/python/skytools/hashtext.py
@@ -89,7 +89,6 @@ def hashtext_old_py(k):
return int(c)
-
#
# New Postgres hashtext() - hacked lookup3:
# - custom initval
@@ -160,4 +159,3 @@ except ImportError:
if __name__ == '__main__':
import doctest
doctest.testmod()
-