Make script request specific GTK version
This commit is contained in:
parent
1e25ece15d
commit
52b86e7581
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import gi
|
||||
gi.require_version("Gtk", "3.0")
|
||||
from gi.repository import Gtk, GdkPixbuf, Gdk
|
||||
import os, sys
|
||||
from sweecrypt import encrypt, decrypt
|
||||
|
|
Loading…
Reference in a new issue