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