X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fbackends%2Fblobfiles.py;h=ccf3976ec7be9b5e87c9c1548dd7f95e30b28ad3;hb=6744bff4f213db459841cd010da05e9138daecee;hp=52704251fd0c8d9a14bdb82829f778639a6ae3ab;hpb=0bf3521deec7a0467f67293527f3cdaf38e7f5f7;p=roundup.git diff --git a/roundup/backends/blobfiles.py b/roundup/backends/blobfiles.py index 5270425..ccf3976 100644 --- a/roundup/backends/blobfiles.py +++ b/roundup/backends/blobfiles.py @@ -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 @@ class FileStorage: ''' raise NotImplementedError +# $Log: not supported by cvs2svn $ +# +# vim: set filetype=python ts=4 sw=4 et si