[Python-checkins] CVS: python/dist/src/Demo/curses life.py,1.1,1.2

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 05 Nov 2001 13:21:58 -0800


Update of /cvsroot/python/python/dist/src/Demo/curses
In directory usw-pr-cvs1:/tmp/cvs-serv11128

Modified Files:
	life.py 
Log Message:
Remove obsolete e-mail address


Index: life.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/curses/life.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** life.py	2000/12/13 03:50:20	1.1
--- life.py	2001/11/05 21:21:55	1.2
***************
*** 1,5 ****
  #!/usr/bin/env python
  # life.py -- A curses-based version of Conway's Game of Life.
! # Contributed by A.M. Kuchling <amk1@bigfoot.com>
  #
  # An empty board will be displayed, and the following commands are available:
--- 1,5 ----
  #!/usr/bin/env python
  # life.py -- A curses-based version of Conway's Game of Life.
! # Contributed by AMK
  #
  # An empty board will be displayed, and the following commands are available: