aboutsummaryrefslogtreecommitdiffstats
path: root/metaphone.py
diff options
context:
space:
mode:
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")