summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 2 insertions, 0 deletions
diff --git a/mat-gui b/mat-gui
index e313251..238fdd7 100755
--- a/mat-gui
+++ b/mat-gui
@@ -3,6 +3,8 @@
3 3
4""" Metadata anonymisation toolkit - GUI edition """ 4""" Metadata anonymisation toolkit - GUI edition """
5 5
6import gi
7gi.require_version('Gtk', '3.0')
6from gi.repository import GObject, Gtk, GLib 8from gi.repository import GObject, Gtk, GLib
7from gi.repository import Gdk, GdkPixbuf 9from gi.repository import Gdk, GdkPixbuf
8 10