Actually without dbus this module can't even be loaded

This commit is contained in:
Oleksii Shevchuk 2017-03-12 19:52:44 +02:00
parent 47e1fb147e
commit d71a79b024
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@ from Crypto.Cipher import AES
from Crypto import Random
from StringIO import StringIO
try:
import secretstorage
except:
pass
class GnomeKeyring(object):
def __init__(self):