Fix indentation. Please test patches before commiting...

This commit is contained in:
Stephan Erb 2008-05-05 00:05:20 +00:00
parent ea8af84886
commit f217ae91f5
1 changed files with 2 additions and 2 deletions

View File

@ -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)