summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-11-05 21:25:42 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-11-05 21:25:42 (GMT)
commit10f9c075b975414d5e3a3e333d53626f7c815142 (patch)
tree3cdea02c08244523fe430a59d3f04683ef8ec8a8 /Demo
parent6a3e5f14a6038cc524c325dc33e2cb37510e6e4c (diff)
downloadcpython-10f9c075b975414d5e3a3e333d53626f7c815142.zip
cpython-10f9c075b975414d5e3a3e333d53626f7c815142.tar.gz
cpython-10f9c075b975414d5e3a3e333d53626f7c815142.tar.bz2
Remove obsolete e-mail address
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/curses/life.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/curses/life.py b/Demo/curses/life.py
index b4797bf..37d36e8 100755
--- a/Demo/curses/life.py
+++ b/Demo/curses/life.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# life.py -- A curses-based version of Conway's Game of Life.
-# Contributed by A.M. Kuchling <amk1@bigfoot.com>
+# Contributed by AMK
#
# An empty board will be displayed, and the following commands are available:
# E : Erase the board