From 5eb4c404177b7c4e5e9423a21da1ac103fd78d0e Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Tue, 5 Jul 2011 19:16:49 +0200 Subject: [PATCH] removed unused gui parameter from Keyring.import_accounts method --- Mailnag/keyring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailnag/keyring.py b/Mailnag/keyring.py index 15a82d5..c3efc5f 100644 --- a/Mailnag/keyring.py +++ b/Mailnag/keyring.py @@ -96,7 +96,7 @@ class Keyring: return '' - def import_accounts(self, gui): # get email accounts from Gnome-Keyring + def import_accounts(self): # get email accounts from Gnome-Keyring accounts = [] if gnomekeyring.list_item_ids_sync(self.defaultKeyring): displayNameDict = {}