diff options
author | kali <kali@leap.se> | 2012-10-06 01:51:51 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-06 01:51:51 +0900 |
commit | 0576427f697fa631d8f5cc2fc596c60bce38dda3 (patch) | |
tree | badeee4790a6d4610455cb8e01565834c3c1f461 /src/leap/crypto | |
parent | aee621fbe90016f368c74978d47b15eeb656a853 (diff) |
pep8
Diffstat (limited to 'src/leap/crypto')
-rw-r--r-- | src/leap/crypto/leapkeyring.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/crypto/leapkeyring.py b/src/leap/crypto/leapkeyring.py index 394142db..bb0ca147 100644 --- a/src/leap/crypto/leapkeyring.py +++ b/src/leap/crypto/leapkeyring.py @@ -9,7 +9,8 @@ import keyring # No, seriously. # We're affected by this **bug** -# https://bitbucket.org/kang/python-keyring-lib/issue/65/dbusexception-method-opensession-with +# https://bitbucket.org/kang/python-keyring-lib/ +# issue/65/dbusexception-method-opensession-with # so using the gnome keyring does not seem feasible right now. # I thought this was the next best option to store secrets in plain sight. |