7678: some gir modules were not called

This commit is contained in:
Jérôme Rapinat 2014-06-07 13:30:05 +02:00
parent 2e2fbe8fc6
commit 63f0a77cf2
3 changed files with 3 additions and 6 deletions

View File

@ -27,7 +27,7 @@ Package providing filtering framework for GRAMPS.
# GTK
#
#-------------------------------------------------------------------------
from gi.repository import Gtk
from gi.repository import Gtk, GObject
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext

View File

@ -27,9 +27,7 @@ Provide the basic functionality for a list view
# GTK
#
#-------------------------------------------------------------------------
from gi.repository import Pango
from gi.repository import Gdk
from gi.repository import Gtk
from gi.repository import Pango, Gdk, Gtk, GdkPixbuf
from gramps.gen.const import THUMBSCALE
#-------------------------------------------------------------------------

View File

@ -34,8 +34,7 @@ importers, exporters, quick reports, and document generators.
#
#-------------------------------------------------------------------------
import os
from gi.repository import Gtk
from gi.repository import GdkPixbuf
from gi.repository import Gtk, GdkPixbuf, Gdk
#-------------------------------------------------------------------------
#