From 3c269fabd2ddae8c8976b7b12705ffd43b885565 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 8 Mar 2005 17:25:09 +0000 Subject: [PATCH] Update svn: r4133 --- src/AttrEdit.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/AttrEdit.py b/src/AttrEdit.py index 33b482320..5c39abb3f 100644 --- a/src/AttrEdit.py +++ b/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