[Docstring-checkins] CVS: dps/dps test_statemachine.py,1.1.1.1,1.2
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-23 03:56:09
|
Update of /cvsroot/docstring/dps/dps In directory usw-pr-cvs1:/tmp/cvs-serv27655/dps/dps Modified Files: test_statemachine.py Log Message: updated Index: test_statemachine.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/test_statemachine.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** test_statemachine.py 2001/07/22 22:36:08 1.1.1.1 --- test_statemachine.py 2001/08/23 03:56:06 1.2 *************** *** 2,10 **** """ ! Author: David Goodger ! Contact: dgo...@bi... ! Revision: $Revision$ ! Date: $Date$ ! Copyright: This module has been placed in the public domain. Test module for statemachine.py. --- 2,10 ---- """ ! :Author: David Goodger ! :Contact: go...@us... ! :Revision: $Revision$ ! :Date: $Date$ ! :Copyright: This module has been placed in the public domain. Test module for statemachine.py. |