mirror of https://github.com/GNOME/gimp.git
plug-ins: GimpUi should be loaded by default in the Python console.
This commit is contained in:
parent
22963405ac
commit
03a6fec6b3
|
@ -51,6 +51,7 @@ def run(procedure, config, data):
|
|||
'Gdk': gi.repository.Gdk,
|
||||
'Gegl': gi.repository.Gegl,
|
||||
'Gimp': gi.repository.Gimp,
|
||||
'GimpUi': gi.repository.GimpUi,
|
||||
'Gio': gi.repository.Gio,
|
||||
'Gtk': gi.repository.Gtk,
|
||||
'GdkPixbuf': gi.repository.GdkPixbuf,
|
||||
|
|
Loading…
Reference in New Issue