summaryrefslogtreecommitdiff
path: root/src/mailman/archiving/prototype.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-15 19:06:22 -0700
committerBarry Warsaw2012-03-15 19:06:22 -0700
commit44ec37f890c7d4d35504d8f2e56c01abe8c60940 (patch)
tree1be17a33b6deb243abb7397b5038ede72411614b /src/mailman/archiving/prototype.py
parentbcc42e2201c7172848185e5675a7b79e3d28aa0f (diff)
downloadmailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.tar.gz
mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.tar.zst
mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.zip
Diffstat (limited to 'src/mailman/archiving/prototype.py')
-rw-r--r--src/mailman/archiving/prototype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/archiving/prototype.py b/src/mailman/archiving/prototype.py
index 55d78074e..f041d4450 100644
--- a/src/mailman/archiving/prototype.py
+++ b/src/mailman/archiving/prototype.py
@@ -60,6 +60,6 @@ class Prototype:
return urljoin(Prototype.list_url(mlist), message_id_hash)
@staticmethod
- def archive_message(mlist, message):
+ def archive_message(mlist, msg):
"""See `IArchiver`."""
raise NotImplementedError