summaryrefslogtreecommitdiff
path: root/Mailman/bin/checkdbs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/bin/checkdbs.py')
-rwxr-xr-xMailman/bin/checkdbs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/bin/checkdbs.py b/Mailman/bin/checkdbs.py
index 1423421c9..691417780 100755
--- a/Mailman/bin/checkdbs.py
+++ b/Mailman/bin/checkdbs.py
@@ -132,7 +132,7 @@ def main():
i18n.set_language(config.DEFAULT_SERVER_LANGUAGE)
- for name in Utils.list_names():
+ for name in config.list_manager.names:
# The list must be locked in order to open the requests database
mlist = MailList.MailList(name)
try: