diff options
Diffstat (limited to 'python/skytools/hashtext.py')
-rw-r--r-- | python/skytools/hashtext.py | 2 |
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() - |