From ffd61918c46f1ed2bca2e66062fe96ae771ac5e4 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Sat, 31 Oct 2009 08:15:10 +0000 Subject: [PATCH] fix svn properties svn: r13472 --- src/gen/plug/_pluginreg.py | 2 +- src/gui/views/listview.py | 2 +- src/gui/views/navigationview.py | 2 +- src/gui/views/pageview.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gen/plug/_pluginreg.py b/src/gen/plug/_pluginreg.py index 5f8a38c9e..fcfb67200 100644 --- a/src/gen/plug/_pluginreg.py +++ b/src/gen/plug/_pluginreg.py @@ -17,7 +17,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: _plugin.py 12559 2009-05-21 17:19:50Z gbritton $ +# $Id$ """ This module provides the base class for plugin registration. diff --git a/src/gui/views/listview.py b/src/gui/views/listview.py index 43e804440..3f0499f64 100644 --- a/src/gui/views/listview.py +++ b/src/gui/views/listview.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Provide the base classes for GRAMPS' DataView classes diff --git a/src/gui/views/navigationview.py b/src/gui/views/navigationview.py index 8f763b8e7..9cd23fe1a 100644 --- a/src/gui/views/navigationview.py +++ b/src/gui/views/navigationview.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Provide the base classes for GRAMPS' DataView classes diff --git a/src/gui/views/pageview.py b/src/gui/views/pageview.py index 7322f8d5d..8cc2446ed 100644 --- a/src/gui/views/pageview.py +++ b/src/gui/views/pageview.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Provide the base class for GRAMPS' DataView classes