diff options
Diffstat (limited to 'python/skytools')
-rw-r--r-- | python/skytools/__init__.py | 1 | ||||
-rw-r--r-- | python/skytools/hashtext.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/python/skytools/__init__.py b/python/skytools/__init__.py index c49dcb65..8f2c52a3 100644 --- a/python/skytools/__init__.py +++ b/python/skytools/__init__.py @@ -215,4 +215,3 @@ else: for k in xall: if k not in __all__: print '%s missing from top-level?' % k - diff --git a/python/skytools/hashtext.py b/python/skytools/hashtext.py index bc7ac024..3fb46394 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() - |