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
This commit is contained in:
parent
e67b9d93ad
commit
fca33aeb49
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user