diff options
| author | Barry Warsaw | 2008-10-06 22:07:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-10-06 22:07:04 -0400 |
| commit | c7340d712c640fa5992518a7cf16272f634abccc (patch) | |
| tree | 99057710fbc7b92eaa1720daea4c3a6cd5929cf3 /mailman/interfaces/member.py | |
| parent | 6f4351721559e8b7b577d3a01216fec88121ed11 (diff) | |
| parent | f0c9fad6372a645981b5c72fe02a6ad62f35790f (diff) | |
| download | mailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.gz mailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.zst mailman-c7340d712c640fa5992518a7cf16272f634abccc.zip | |
Diffstat (limited to 'mailman/interfaces/member.py')
| -rw-r--r-- | mailman/interfaces/member.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/interfaces/member.py b/mailman/interfaces/member.py index a5e1caf07..009b18c91 100644 --- a/mailman/interfaces/member.py +++ b/mailman/interfaces/member.py @@ -31,7 +31,7 @@ __all__ = [ from munepy import Enum from zope.interface import Interface, Attribute -from mailman.Errors import SubscriptionError +from mailman.core.errors import SubscriptionError |
