[Docstring-checkins] CVS: dps/test/test_transforms test_docinfo.py,1.5,1.6
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-20 04:46:00
|
Update of /cvsroot/docstring/dps/test/test_transforms In directory usw-pr-cvs1:/tmp/cvs-serv19501/dps/test/test_transforms Modified Files: test_docinfo.py Log Message: updated Index: test_docinfo.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_transforms/test_docinfo.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test_docinfo.py 15 Feb 2002 22:45:58 -0000 1.5 --- test_docinfo.py 20 Feb 2002 04:45:57 -0000 1.6 *************** *** 321,324 **** --- 321,325 ---- ]) + if __name__ == '__main__': import unittest |