From 2c47024571ecc37919607dad574d39fda7708dcb 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 --- ChangeLog | 3 +++ src/GnomeMime.py | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fdc6098d3..f6ddf75a5 100644 --- a/ChangeLog +++ b/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/src/GnomeMime.py b/src/GnomeMime.py index b797f4237..f8924ffce 100644 --- a/src/GnomeMime.py +++ b/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: