From 0576427f697fa631d8f5cc2fc596c60bce38dda3 Mon Sep 17 00:00:00 2001 From: kali Date: Sat, 6 Oct 2012 01:51:51 +0900 Subject: pep8 --- src/leap/crypto/leapkeyring.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/leap/crypto/leapkeyring.py') 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. -- cgit v1.2.3