diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -3,6 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | """ Metadata anonymisation toolkit - GUI edition """ | 4 | """ Metadata anonymisation toolkit - GUI edition """ |
| 5 | 5 | ||
| 6 | import gi | ||
| 7 | gi.require_version('Gtk', '3.0') | ||
| 6 | from gi.repository import GObject, Gtk, GLib | 8 | from gi.repository import GObject, Gtk, GLib |
| 7 | from gi.repository import Gdk, GdkPixbuf | 9 | from gi.repository import Gdk, GdkPixbuf |
| 8 | 10 | ||
