plug-ins: GimpUi should be loaded by default in the Python console.

This commit is contained in:
Jehan 2023-10-03 13:46:24 +02:00
parent 22963405ac
commit 03a6fec6b3
1 changed files with 1 additions and 0 deletions

View File

@ -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,