From dbdd8fe0e6c34b58fe56dd08bd8a6e4c740524a8 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 29 Jan 2006 04:53:08 +0000 Subject: [PATCH] * src/GnomeMime.py: Import neede modules. svn: r5852 --- gramps2/ChangeLog | 3 +++ gramps2/src/GnomeMime.py | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index fdc6098d3..f6ddf75a5 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-01-28 Alex Roitman + * src/GnomeMime.py: Import neede modules. + 2006-01-28 Don Allingham * src/DisplayTabs.py: add SourceRefModel, NameEmbedList, AddrEmbedList diff --git a/gramps2/src/GnomeMime.py b/gramps2/src/GnomeMime.py index b797f4237..f8924ffce 100644 --- a/gramps2/src/GnomeMime.py +++ b/gramps2/src/GnomeMime.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2004 Donald N. Allingham +# Copyright (C) 2000-2006 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 @@ -18,6 +18,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# $Id$ + +import gtk +import const + try: from gnomevfs import mime_get_short_list_applications, mime_get_description, get_mime_type except: