Hi

actually this is more a bug than a feature wish. Keyring support has been 
integrated earlier, but the modules for keyring access that 1.3.7 wants to 
import have been renamed. The import fails and all the code dealing with 
keyring gets skipped.

https://bugzilla.redhat.com/show_bug.cgi?id=999297

The import statement

try:
    import gnomekeyring
    USE_KEYRING=True
except ImportError:
    USE_KEYRING=False

is guaranteed to fail and all keyring functionality will be skipped 
consequently.

Regards
Bengt

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to