From 8ca8e2f4bddee43d6a3d0ff9101dc5bf0e8c7f1c Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Tue, 24 Feb 2009 03:42:55 +0000 Subject: [PATCH] Added or fixed the name in revision numbering. svn: r12104 --- src/plugins/export/ExportCd.py | 2 +- src/plugins/export/ExportGeneWeb.py | 4 ++-- src/plugins/export/ExportSql.py | 3 ++- src/plugins/import/ImportGedcom.py | 4 ++-- src/plugins/import/ImportProGen.py | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/plugins/export/ExportCd.py b/src/plugins/export/ExportCd.py index 594c53af2..753f32cda 100644 --- a/src/plugins/export/ExportCd.py +++ b/src/plugins/export/ExportCd.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id:WriteCD.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ "Export to CD (nautilus)." diff --git a/src/plugins/export/ExportGeneWeb.py b/src/plugins/export/ExportGeneWeb.py index 6a0a2de5c..c65495ff7 100644 --- a/src/plugins/export/ExportGeneWeb.py +++ b/src/plugins/export/ExportGeneWeb.py @@ -19,7 +19,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:WriteGeneWeb.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ "Export to GeneWeb." @@ -624,4 +624,4 @@ plugin = ExportPlugin(name = _('_GeneWeb'), export_function = exportData, extension = "gw", config = _config ) -pmgr.register_plugin(plugin) \ No newline at end of file +pmgr.register_plugin(plugin) diff --git a/src/plugins/export/ExportSql.py b/src/plugins/export/ExportSql.py index e4dd97684..d9cd14c03 100644 --- a/src/plugins/export/ExportSql.py +++ b/src/plugins/export/ExportSql.py @@ -15,7 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - +# +# $Id$ #------------------------------------------------------------------------ # # python modules diff --git a/src/plugins/import/ImportGedcom.py b/src/plugins/import/ImportGedcom.py index e208d6dd9..5b528bf45 100644 --- a/src/plugins/import/ImportGedcom.py +++ b/src/plugins/import/ImportGedcom.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id:_ReadGedcom.py 9912 2008-01-22 09:17:46Z acraphae $ +# $Id$ "Import from GEDCOM" @@ -147,4 +147,4 @@ plugin = ImportPlugin(name = _('GEDCOM'), description = _description, import_function = importData, extension = "ged" ) -pmgr.register_plugin(plugin) \ No newline at end of file +pmgr.register_plugin(plugin) diff --git a/src/plugins/import/ImportProGen.py b/src/plugins/import/ImportProGen.py index f25a1f13f..e92d3cd4d 100644 --- a/src/plugins/import/ImportProGen.py +++ b/src/plugins/import/ImportProGen.py @@ -19,8 +19,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # - -# $Id:$ +# +# $Id: $ "Import from Pro-Gen"