gimp/plug-ins/python/python-console
Jehan 2080abf0a3 Issue #8734: Python-fu misses sys.stdout.flush.
Just add a no-op flush() as I think it's actually unneeded in the context of a
GtkTextView GUI. At least it doesn't cause issues with copy-pasted code or when
using external libraries using the sys.stdout.flush() interface.
2022-10-12 23:40:04 +02:00
..
.gitignore plug-ins: add .gitignore files. 2019-08-06 23:22:18 +02:00
Makefile.am plug-ins: port python-console to new GObject-introspected API. 2019-07-30 12:57:59 +02:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00
pyconsole.py Issue #8734: Python-fu misses sys.stdout.flush. 2022-10-12 23:40:04 +02:00
python-console.py plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00