Mercurial > p > roundup > code
diff roundup/date.py @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | 4cf1daf2f2eb |
| children | 34491d9b91a0 |
line wrap: on
line diff
--- a/roundup/date.py Sun Jul 22 12:01:27 2001 +0000 +++ b/roundup/date.py Sun Jul 22 12:09:32 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: date.py,v 1.1 2001-07-22 11:58:35 richard Exp $ +# $Id: date.py,v 1.2 2001-07-22 12:09:32 richard Exp $ import time, re, calendar @@ -344,15 +344,6 @@ # # $Log: not supported by cvs2svn $ -# Revision 1.3 2001/07/19 06:27:07 anthonybaxter -# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by -# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign) -# strings in a commit message. I'm a twonk. +# Revision 1.1 2001/07/22 11:58:35 richard +# More Grande Splite # -# Also broke the help string in two. -# -# Revision 1.2 2001/07/19 05:52:22 anthonybaxter -# Added CVS keywords Id and Log to all python files. -# -# -
