* src/GnomeMime.py: Import neede modules.

svn: r5852
This commit is contained in:
Alex Roitman 2006-01-29 04:53:08 +00:00
parent cf6267c58d
commit dbdd8fe0e6
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-01-28 Alex Roitman <shura@gramps-project.org>
* src/GnomeMime.py: Import neede modules.
2006-01-28 Don Allingham <don@gramps-project.org>
* src/DisplayTabs.py: add SourceRefModel, NameEmbedList,
AddrEmbedList

View File

@ -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: