diff options
| author | Barry Warsaw | 2009-11-28 18:51:13 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-28 18:51:13 -0500 |
| commit | ebb3ead38ca35fc053f6b4df3919499c266636ed (patch) | |
| tree | ac308c19163fe6a1e7a39434c8ae5e43a8ab9296 /src/mailman/mta/null.py | |
| parent | 5f799a91a16e54f8d7f6333b49a7674b92cc204a (diff) | |
| download | mailman-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.py | 2 |
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 |
