Mercurial > p > roundup > code
diff roundup/date.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | fa5aea4c212e |
| children | 92ac7b6c0301 |
line wrap: on
line diff
--- a/roundup/date.py Sun Jul 29 06:57:03 2001 +0000 +++ b/roundup/date.py Sun Jul 29 07:01:39 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: date.py,v 1.4 2001-07-25 04:09:34 richard Exp $ +# $Id: date.py,v 1.5 2001-07-29 07:01:39 richard Exp $ import time, re, calendar @@ -355,6 +355,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.4 2001/07/25 04:09:34 richard +# Fixed offset handling (shoulda read the spec a little better) +# # Revision 1.3 2001/07/23 07:56:05 richard # Storing only marshallable data in the db - no nasty pickled class references. # @@ -364,3 +367,5 @@ # Revision 1.1 2001/07/22 11:58:35 richard # More Grande Splite # +# +# vim: set filetype=python ts=4 sw=4 et si
