summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Defaults.py')
-rw-r--r--Mailman/Defaults.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/Mailman/Defaults.py b/Mailman/Defaults.py
index 3c06b709a..7667bc753 100644
--- a/Mailman/Defaults.py
+++ b/Mailman/Defaults.py
@@ -1,5 +1,3 @@
-# -*- python -*-
-
# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
@@ -19,11 +17,6 @@
"""Distributed default settings for significant Mailman config variables."""
-# NEVER make site configuration changes to this file. ALWAYS make them in
-# mm_cfg.py instead, in the designated area. See the comments in that file
-# for details.
-
-
import os
from munepy import Enum
@@ -110,11 +103,6 @@ DEFAULT_VAR_DIRECTORY = '/var/mailman'
# Database options
#####
-# Initialization function for creating the IListManager, IUserManager, and
-# IMessageManager objects, as a Python dotted name. This function must take
-# zero arguments.
-MANAGERS_INIT_FUNCTION = 'Mailman.database.initialize'
-
# Use this to set the SQLAlchemy database engine URL. You generally have one
# primary database connection for all of Mailman. List data and most rosters
# will store their data in this database, although external rosters may access