summarylogtreecommitdiffstats
path: root/patch-gtk-version.patch
blob: 6f271cbd08dab4269527200f466f00e3a6171afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --color --unified --recursive --text 0.3/pywinery/__init__.py 0.3-new/pywinery/__init__.py
--- 0.3/pywinery/__init__.py	2016-10-31 10:37:34.000000000 +0100
+++ 0.3-new/pywinery/__init__.py	2021-10-06 13:51:55.684382913 +0200
@@ -37,6 +37,9 @@
 import math
 import shutil
 
+import gi
+gi.require_version('Gtk', '3.0')
+
 from gi.repository import Gtk, Gdk, GLib, Gio, GdkPixbuf, GObject
 
 py3k = sys.version > '3'