7678: some gir modules were not called
This commit is contained in:
parent
2e2fbe8fc6
commit
63f0a77cf2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user