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 4a158a11e..48bb5037f 100644
--- a/src/mailman/model/member.py
+++ b/src/mailman/model/member.py
@@ -28,7 +28,7 @@ from storm.locals import *
from zope.interface import implements
from mailman.config import config
-from mailman.constants import system_preferences
+from mailman.core.constants import system_preferences
from mailman.database.model import Model
from mailman.database.types import Enum
from mailman.interfaces.member import IMember