* src/plugins/rel_sk.py: Typo.

svn: r6512
This commit is contained in:
Alex Roitman 2006-05-02 05:07:47 +00:00
parent 0275896e11
commit 62d2e97e15
2 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,7 @@
expand and collapse all node menu entries
2006-05-01 Alex Roitman <shura@gramps-project.org>
* src/plugins/rel_sk.py: Typo.
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Skip broken witness.
* src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly
loop over all primary classes looking for a given handle.

View File

@ -31,7 +31,7 @@
import RelLib
import Relationship
import types
from gettext import gettext as _
from PluginUtils import register_relcalc
#-------------------------------------------------------------------------
#
@ -225,7 +225,5 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
# Register this class with the Plugins system
#
#-------------------------------------------------------------------------
from PluginMgr import register_relcalc
register_relcalc(RelationshipCalculator,
["sk", "SK", "sk_SK", "slovensky", "slovak", "Slovak", "sk_SK.UTF8", "sk_SK.UTF-8", "sk_SK.utf-8", "sk_SK.utf8"])