summaryrefslogtreecommitdiff
path: root/src/mailman/model/member.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/member.py')
-rw-r--r--src/mailman/model/member.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/member.py b/src/mailman/model/member.py
index 34fde5f2f..429d9727d 100644
--- a/src/mailman/model/member.py
+++ b/src/mailman/model/member.py
@@ -24,7 +24,7 @@ __all__ = [
'Member',
]
-from storm.locals import *
+from storm.locals import Bool, Int, Reference, Unicode
from zope.interface import implements
from mailman.config import config