summaryrefslogtreecommitdiff
path: root/mailman/database/roster.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-12-20 15:41:16 -0500
committerBarry Warsaw2008-12-20 15:41:16 -0500
commitdfccf2b7d2b5749c86267645aaf870f128dab2d8 (patch)
tree205cc5253b2b5462e9e5409b09b0a7cea7f30a7b /mailman/database/roster.py
parent33a924c56669b12e268bce5df68f598b690cdcf0 (diff)
downloadmailman-dfccf2b7d2b5749c86267645aaf870f128dab2d8.tar.gz
mailman-dfccf2b7d2b5749c86267645aaf870f128dab2d8.tar.zst
mailman-dfccf2b7d2b5749c86267645aaf870f128dab2d8.zip
Diffstat (limited to 'mailman/database/roster.py')
-rw-r--r--mailman/database/roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/database/roster.py b/mailman/database/roster.py
index 60087c243..4a16ebc1b 100644
--- a/mailman/database/roster.py
+++ b/mailman/database/roster.py
@@ -38,7 +38,7 @@ __all__ = [
from storm.locals import *
from zope.interface import implements
-from mailman.configuration import config
+from mailman.config import config
from mailman.constants import SystemDefaultPreferences
from mailman.database.address import Address
from mailman.database.member import Member