From 5b31f8ce603a932e3838acd2e3845c4f48ad452b Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 26 Oct 2013 17:55:46 +0000 Subject: [PATCH] corrected syntax on SVN "Id" line svn: r23420 --- gramps/plugins/lib/librecurse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/librecurse.py b/gramps/plugins/lib/librecurse.py index be0e91b02..3c0790fee 100644 --- a/gramps/plugins/lib/librecurse.py +++ b/gramps/plugins/lib/librecurse.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: +# $Id$ """ Recursive base classes for reports """