Mercurial > p > roundup > code
changeset 652:66b324f895d1
add, vim line and cvs log key.
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Wed, 27 Feb 2002 07:33:34 +0000 |
| parents | 6257d4e49d2a |
| children | 1dcbee29faa7 |
| files | roundup/backends/blobfiles.py |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/backends/blobfiles.py Wed Feb 27 04:14:31 2002 +0000 +++ b/roundup/backends/blobfiles.py Wed Feb 27 07:33:34 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -#$Id: blobfiles.py,v 1.2 2002-02-27 03:40:59 richard Exp $ +#$Id: blobfiles.py,v 1.3 2002-02-27 07:33:34 grubert Exp $ ''' This module exports file storage for roundup backends. Files are stored into a directory hierarchy. @@ -106,3 +106,6 @@ ''' raise NotImplementedError +# $Log: not supported by cvs2svn $ +# +# vim: set filetype=python ts=4 sw=4 et si
