OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
163 stars 89 forks source link

Use ValueError instead of ImportError to catch exception when importi… #95

Closed bigon closed 6 years ago

bigon commented 6 years ago

…ng GIR bindings

When importing specific version of GIR bindings, the ValueError exception is raised instead of ImportError.

This should make libsecret optional as intended

Fixes: #94

zdohnal commented 6 years ago

Hi Laurent,

thank you for the patch! I'll merge it.