From 5a087bb88f313eef3f4d7480c66a9e22e83c39b4 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 21 Dec 2009 13:03:08 +0000 Subject: [PATCH] svn propset svn:keywords Id svn: r13880 --- src/plugins/lib/libformatting.py | 2 +- src/plugins/lib/libmapservice.py | 2 +- src/plugins/lib/libodfbackend.py | 2 +- src/plugins/lib/libplugins.gpr.py | 2 +- src/plugins/lib/libtranslate.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/lib/libformatting.py b/src/plugins/lib/libformatting.py index 915a8dcae..f503a1b28 100644 --- a/src/plugins/lib/libformatting.py +++ b/src/plugins/lib/libformatting.py @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: libformatting.py 13878 2009-12-21 10:40:00Z robhealey1 $ +# $Id$ """Format of commonly used expressions, making use of a cache to not recompute diff --git a/src/plugins/lib/libmapservice.py b/src/plugins/lib/libmapservice.py index 17d56c8d1..eafc1003d 100644 --- a/src/plugins/lib/libmapservice.py +++ b/src/plugins/lib/libmapservice.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# $Id: libmapservice.py 13878 2009-12-21 10:50:00Z robhealey1 $ +# $Id$ # """ Base class for map services. Example: open place in openstreetmap.org diff --git a/src/plugins/lib/libodfbackend.py b/src/plugins/lib/libodfbackend.py index 950155cbc..8470e4958 100644 --- a/src/plugins/lib/libodfbackend.py +++ b/src/plugins/lib/libodfbackend.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: libodfbackend.py 13878 2009-12-21 10:50:00Z robhealey1 $ +# $Id$ """File and File format management for the openoffice reports """ diff --git a/src/plugins/lib/libplugins.gpr.py b/src/plugins/lib/libplugins.gpr.py index b065fafb5..7fa75428b 100644 --- a/src/plugins/lib/libplugins.gpr.py +++ b/src/plugins/lib/libplugins.gpr.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: libplugins.gpr.py 13878 2009-12-21 10:30:00Z robhealey1 $ +# $Id$ #------------------------------------------------------------------------ # diff --git a/src/plugins/lib/libtranslate.py b/src/plugins/lib/libtranslate.py index c18672bca..3492e9b1c 100644 --- a/src/plugins/lib/libtranslate.py +++ b/src/plugins/lib/libtranslate.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: libtranslate.py 13878 2009-12-21 10:50:00Z robhealey1 $ +# $Id$ """ Translator class for use by plugins.