summaryrefslogtreecommitdiff
path: root/mailman/bin/withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/bin/withlist.py')
-rw-r--r--mailman/bin/withlist.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/bin/withlist.py b/mailman/bin/withlist.py
index daf009ca3..32bfb1206 100644
--- a/mailman/bin/withlist.py
+++ b/mailman/bin/withlist.py
@@ -19,7 +19,6 @@ import os
import sys
import optparse
-from mailman import Errors
from mailman import interact
from mailman.configuration import config
from mailman.i18n import _
@@ -105,7 +104,7 @@ As another example, say you wanted to change the password for a particular
user on a particular list. You could put the following function in a file
called 'changepw.py':
- from mailman.Errors import NotAMemberError
+ from mailman.errors import NotAMemberError
def changepw(mlist, addr, newpasswd):
try: