summaryrefslogtreecommitdiff
path: root/mailman/bin/withlist.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-09-27 09:26:23 -0400
committerBarry Warsaw2008-09-27 09:26:23 -0400
commit512145d93efc318adc0250dd53f4a53d8738f679 (patch)
treeb46813032dab87bda6ce8ffc1a867e6505050d93 /mailman/bin/withlist.py
parent6f4351721559e8b7b577d3a01216fec88121ed11 (diff)
parent4600557c49f2259925dca45b302b2a78629b0b38 (diff)
downloadmailman-512145d93efc318adc0250dd53f4a53d8738f679.tar.gz
mailman-512145d93efc318adc0250dd53f4a53d8738f679.tar.zst
mailman-512145d93efc318adc0250dd53f4a53d8738f679.zip
thread merge
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: