summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_mail_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/elog/mod_mail_summary.py')
-rw-r--r--pym/portage/elog/mod_mail_summary.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pym/portage/elog/mod_mail_summary.py b/pym/portage/elog/mod_mail_summary.py
index 97c9efa1e..e739a7a7a 100644
--- a/pym/portage/elog/mod_mail_summary.py
+++ b/pym/portage/elog/mod_mail_summary.py
@@ -25,10 +25,7 @@ def process(mysettings, key, logentries, fulltext):
mysettings, items = _items.setdefault(config_root, (mysettings, {}))
items[key] = header + fulltext
-def finalize(mysettings=None):
- """The mysettings parameter is just for backward compatibility since
- an older version of portage will import the module from a newer version
- when it upgrades itself."""
+def finalize():
global _items
for mysettings, items in _items.values():
_finalize(mysettings, items)