Skip to content

Commit 6f48031

Browse files
author
Engelbert Gruber
committed
add, vim line and cvs log key.
1 parent 8c1a19a commit 6f48031

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roundup/backends/blobfiles.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
#$Id: blobfiles.py,v 1.2 2002-02-27 03:40:59 richard Exp $
18+
#$Id: blobfiles.py,v 1.3 2002-02-27 07:33:34 grubert Exp $
1919
'''
2020
This module exports file storage for roundup backends.
2121
Files are stored into a directory hierarchy.
@@ -106,3 +106,6 @@ def _doStoreFile(self, name, **databases):
106106
'''
107107
raise NotImplementedError
108108

109+
# $Log: not supported by cvs2svn $
110+
#
111+
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)