summaryrefslogtreecommitdiff
path: root/src/mailman/mta/null.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-28 18:51:13 -0500
committerBarry Warsaw2009-11-28 18:51:13 -0500
commitebb3ead38ca35fc053f6b4df3919499c266636ed (patch)
treeac308c19163fe6a1e7a39434c8ae5e43a8ab9296 /src/mailman/mta/null.py
parent5f799a91a16e54f8d7f6333b49a7674b92cc204a (diff)
downloadmailman-ebb3ead38ca35fc053f6b4df3919499c266636ed.tar.gz
mailman-ebb3ead38ca35fc053f6b4df3919499c266636ed.tar.zst
mailman-ebb3ead38ca35fc053f6b4df3919499c266636ed.zip
Diffstat (limited to 'src/mailman/mta/null.py')
-rw-r--r--src/mailman/mta/null.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/null.py b/src/mailman/mta/null.py
index 5670d7c7f..a9c055284 100644
--- a/src/mailman/mta/null.py
+++ b/src/mailman/mta/null.py
@@ -46,6 +46,6 @@ class NullMTA:
"""See `IMailTransportAgentAliases`."""
pass
- def regenerate(self):
+ def regenerate(self, output=None):
"""See `IMailTransportAgentAliases`."""
pass