diff --git a/gramps2/src/AttrEdit.py b/gramps2/src/AttrEdit.py index 33b482320..5c39abb3f 100644 --- a/gramps2/src/AttrEdit.py +++ b/gramps2/src/AttrEdit.py @@ -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