mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-23 17:33:32 +08:00
12 lines
379 B
Diff
12 lines
379 B
Diff
--- system-config-printer-1.5.9/jobviewer.py 2017-01-09 12:38:09.000000000 +0100
|
|
+++ system-config-printer-1.5.9/jobviewer.py.new 2017-01-27 08:14:00.163315284 +0100
|
|
@@ -59,6 +59,8 @@
|
|
USE_KEYRING=True
|
|
except ImportError:
|
|
USE_KEYRING=False
|
|
+except ValueError:
|
|
+ USE_KEYRING=False
|
|
|
|
import gettext
|
|
gettext.install(domain=config.PACKAGE, localedir=config.localedir)
|