diff options
| author | twouters | 2001-07-10 12:38:39 +0000 |
|---|---|---|
| committer | twouters | 2001-07-10 12:38:39 +0000 |
| commit | b2811449f9e68bc573c8ebb6764f749d1b4737ee (patch) | |
| tree | dc2866209444854dfd1f2b75ef06fa42a01f8de5 /Mailman/Queue/Switchboard.py | |
| parent | 809825bfd70aaa943f4eedcf4ae6f10216672719 (diff) | |
| download | mailman-b2811449f9e68bc573c8ebb6764f749d1b4737ee.tar.gz mailman-b2811449f9e68bc573c8ebb6764f749d1b4737ee.tar.zst mailman-b2811449f9e68bc573c8ebb6764f749d1b4737ee.zip | |
Diffstat (limited to 'Mailman/Queue/Switchboard.py')
| -rw-r--r-- | Mailman/Queue/Switchboard.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Queue/Switchboard.py b/Mailman/Queue/Switchboard.py index 478a1972e..6cc877a0a 100644 --- a/Mailman/Queue/Switchboard.py +++ b/Mailman/Queue/Switchboard.py @@ -181,10 +181,10 @@ class _Switchboard: return [times[k] for k in keys] def _ext_write(self, tmpfile, data): - raise UnimplementedError + raise NotImplementedError def _ext_read(self, dbfile): - raise UnimplementedError + raise NotImplementedError |
