From f217ae91f5c16effdfbf8c1287fc11a3ee4d2f6a Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Mon, 5 May 2008 00:05:20 +0000 Subject: [PATCH] Fix indentation. Please test patches before commiting... --- src/common/passwords.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/passwords.py b/src/common/passwords.py index 9d0d8bdd5..9e50e8ae9 100644 --- a/src/common/passwords.py +++ b/src/common/passwords.py @@ -48,8 +48,8 @@ class SimplePasswordStorage(PasswordStorage): class GnomePasswordStorage(PasswordStorage): def __init__(self): - self.keyring = gnomekeyring.get_default_keyring_sync() - if self.keyring is None: + self.keyring = gnomekeyring.get_default_keyring_sync() + if self.keyring is None: self.keyring = 'default' try: gnomekeyring.create_sync(self.keyring, None)