7678: some gir modules were not called

This commit is contained in:
Jérôme Rapinat 2014-06-07 13:26:08 +02:00
parent 6982d37427
commit 5cfa4a015f
3 changed files with 3 additions and 6 deletions

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

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

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