We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4d609d + 5e969a6 commit a1af269Copy full SHA for a1af269
1 file changed
asyncpk1.py
@@ -22,6 +22,8 @@
22
import dbus
23
from functools import reduce
24
try:
25
+ import gi
26
+ gi.require_version('Gdk', '3.0')
27
from gi.repository import Gdk
28
gi.require_version('Gtk', '3.0')
29
from gi.repository import Gtk
0 commit comments