We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8808286 commit ec2b7deCopy full SHA for ec2b7de
1 file changed
install-printerdriver.py
@@ -1,5 +1,7 @@
1
#!/usr/bin/python3
2
3
+import gi
4
+gi.require_version('PackageKitGlib', '1.0')
5
from gi.repository import GLib, PackageKitGlib
6
import sys
7
from debug import *
0 commit comments