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
|
# 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
|
||||||
|
|
||||||
|
@ -27,9 +27,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
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -34,8 +34,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
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user