From fca33aeb4961e80d5ac1541e93fd83c0e4af4298 Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Thu, 19 Feb 2009 19:45:08 +0000 Subject: [PATCH] Removed trailing emacs local variables (just setting utf8). Removed Byte Order Mark for utf-8 which was redundant anyway. * src/plugins/rel/rel_pl.py * src/plugins/rel/rel_it.py * src/plugins/rel/rel_hu.py svn: r12044 --- src/plugins/rel/rel_hu.py | 4 ---- src/plugins/rel/rel_it.py | 4 ---- src/plugins/rel/rel_pl.py | 5 +---- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/plugins/rel/rel_hu.py b/src/plugins/rel/rel_hu.py index 5f38fb28b..34fe00324 100644 --- a/src/plugins/rel/rel_hu.py +++ b/src/plugins/rel/rel_hu.py @@ -357,7 +357,3 @@ class RelationshipCalculator(Relationship.RelationshipCalculator): pmgr = PluginManager.get_instance() pmgr.register_relcalc(RelationshipCalculator, ["hu", "HU", "hu_HU", "hu_HU.utf8", "hu_HU.UTF8"]) - -# Local variables: -# buffer-file-coding-system: utf-8 -# End: diff --git a/src/plugins/rel/rel_it.py b/src/plugins/rel/rel_it.py index ee8322aa0..5904774f2 100644 --- a/src/plugins/rel/rel_it.py +++ b/src/plugins/rel/rel_it.py @@ -527,7 +527,3 @@ if __name__ == "__main__": from Relationship import test rc = RelationshipCalculator() test(rc, True) - -# Local variables: -# buffer-file-coding-system: utf-8 -# End: diff --git a/src/plugins/rel/rel_pl.py b/src/plugins/rel/rel_pl.py index c9b27e98a..f3c7573bf 100644 --- a/src/plugins/rel/rel_pl.py +++ b/src/plugins/rel/rel_pl.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- # # Gramps - a GTK+/GNOME based genealogy program # @@ -908,6 +908,3 @@ if __name__ == "__main__": from Relationship import test rc = RelationshipCalculator() test(rc, True) - -# Local variables: -# buffer-file-coding-system: utf-8