summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2015-12-20 15:47:13 +0100
committerjvoisin2015-12-20 15:47:13 +0100
commit731444154c52461d69ad1b9331b7f9af900f693d (patch)
tree8aebb8f05e188f77183c64e8ae3715fb63259fae /mat-gui
parente51ae6bdaa9cbcbf9a3b71bbefd68a6755d94030 (diff)
Improves the previous commit thanks to intrigeri
I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too
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