[sysadmin-bin] Remove the erroneously added whitespaces
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Remove the erroneously added whitespaces
- Date: Sat, 4 Oct 2014 16:23:30 +0000 (UTC)
commit f936f48d723382116fe26fae8d32699282c7173f
Author: Andrea Veri <av gnome org>
Date: Sat Oct 4 18:23:25 2014 +0200
Remove the erroneously added whitespaces
mail/export-mail.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/export-mail.py b/mail/export-mail.py
index eb4b8d2..caee9bf 100755
--- a/mail/export-mail.py
+++ b/mail/export-mail.py
@@ -18,7 +18,7 @@ ALIASES = [
]
_cache_email = {}
-d ef fetch_email_addresses(members):
+def fetch_email_addresses(members):
unknown_emails = members.difference(_cache_email.keys())
if len(unknown_emails):
@@ -36,7 +36,7 @@ d ef fetch_email_addresses(members):
return [(uid, _cache_email[uid]) for uid in sorted(members) if uid in _cache_email]
_cache_group = {}
-de f fetch_group_members(group):
+def fetch_group_members(group):
if group in _cache_group:
return _cache_group[group]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]