summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Runner.py
diff options
context:
space:
mode:
authortwouters2001-07-10 12:38:39 +0000
committertwouters2001-07-10 12:38:39 +0000
commitb2811449f9e68bc573c8ebb6764f749d1b4737ee (patch)
treedc2866209444854dfd1f2b75ef06fa42a01f8de5 /Mailman/Queue/Runner.py
parent809825bfd70aaa943f4eedcf4ae6f10216672719 (diff)
downloadmailman-b2811449f9e68bc573c8ebb6764f749d1b4737ee.tar.gz
mailman-b2811449f9e68bc573c8ebb6764f749d1b4737ee.tar.zst
mailman-b2811449f9e68bc573c8ebb6764f749d1b4737ee.zip
'UnimplementedError' -> 'NotImplementedError'
Diffstat (limited to 'Mailman/Queue/Runner.py')
-rw-r--r--Mailman/Queue/Runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index 3395314c6..e9cf4015a 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -210,7 +210,7 @@ class Runner:
msgdata is a dictionary of message metadata.
"""
- raise UnimplementedError
+ raise NotImplementedError
def _doperiodic(self):
"""Do some processing `every once in a while'.