for Python files in the "gramps" (only) sub-tree:

1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none
4) reformat SVN "Id" line in the file if it needed it


svn: r20708
This commit is contained in:
Paul Franklin
2012-11-27 04:31:14 +00:00
parent 6170e7fcbd
commit 1c22612f5d
29 changed files with 29 additions and 29 deletions

View File

@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: dbdictionary.py $
# $Id$
#
""" Implements a Db interface as a Dictionary """