mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
plug-ins: GimpUi should be loaded by default in the Python console.
This commit is contained in:
parent
22963405ac
commit
03a6fec6b3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue