aboutsummaryrefslogtreecommitdiffstats
path: root/metaphone.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-08-15 20:03:38 +0000
committerNick Mathewson <nickm@torproject.org>2004-08-15 20:03:38 +0000
commit133164406a50d56633fa39fb553cbb838f70c529 (patch)
tree8f539ac5459da2d832f849743001d83ecccffcc6 /metaphone.py
parentc1e3f892258e70c5308d9656661a46abcbf691ca (diff)
downloadanonbib-133164406a50d56633fa39fb553cbb838f70c529.tar.gz
Add basic unit tests; fix lastname,firstname name syntax; make configuration a separate file; make templates a configuration option; add separate cache jails to take advantage of apache http auth (last idea is from geoff)
svn:r109
Diffstat (limited to 'metaphone.py')
-rw-r--r--metaphone.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/metaphone.py b/metaphone.py
index 9c261d6..e86d4fc 100644
--- a/metaphone.py
+++ b/metaphone.py
@@ -188,7 +188,6 @@ def metaphone(s):
def demo(a):
print a, "=>", metaphone(a)
-print __name__
if __name__ == '__main__':
demo("Nick. Mathewson")