svn: r4133
This commit is contained in:
Alex Roitman 2005-03-08 17:25:09 +00:00
parent c85c5cc4af
commit bee87ee2a9

View File

@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2004 Donald N. Allingham
# Copyright (C) 2000-2005 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -28,6 +28,13 @@ mechanism for the user to edit attribute information.
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
#-------------------------------------------------------------------------
#
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
#-------------------------------------------------------------------------
#
# GTK/Gnome modules
@ -48,8 +55,6 @@ import AutoComp
import RelLib
from QuestionDialog import WarningDialog
from gettext import gettext as _
#-------------------------------------------------------------------------
#
# AttributeEditor class