diff options
| author | Barry Warsaw | 2007-11-17 17:33:14 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-11-17 17:33:14 -0500 |
| commit | 02f3861eae46de1b6e580e257d25aa9a4c73a687 (patch) | |
| tree | 06fafb751538ad0f3dcebbe02e8a06e8aa9f1f6b /Mailman/Defaults.py | |
| parent | 12ace359ccceb507ac2e55c1333f63d3d92af6f7 (diff) | |
| download | mailman-02f3861eae46de1b6e580e257d25aa9a4c73a687.tar.gz mailman-02f3861eae46de1b6e580e257d25aa9a4c73a687.tar.zst mailman-02f3861eae46de1b6e580e257d25aa9a4c73a687.zip | |
Diffstat (limited to 'Mailman/Defaults.py')
| -rw-r--r-- | Mailman/Defaults.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mailman/Defaults.py b/Mailman/Defaults.py index 7175894bf..c4d9d7dbc 100644 --- a/Mailman/Defaults.py +++ b/Mailman/Defaults.py @@ -17,7 +17,6 @@ """Distributed default settings for significant Mailman config variables.""" -import os from datetime import timedelta from Mailman.interfaces import ReplyToMunging @@ -955,7 +954,7 @@ DEFAULT_GENERIC_NONMEMBER_ACTION = 1 DEFAULT_REQUIRE_EXPLICIT_DESTINATION = Yes # Alternate names acceptable as explicit destinations for this list. -DEFAULT_ACCEPTABLE_ALIASES =""" +DEFAULT_ACCEPTABLE_ALIASES = """ """ # For mailing lists that have only other mailing lists for members: DEFAULT_UMBRELLA_LIST = No @@ -1325,9 +1324,6 @@ AuthSiteAdmin = 5 # Site Administrator (total control over everything) -# Import a bunch of version numbers -from Version import * - # Vgg: Language descriptions and charsets dictionary, any new supported # language must have a corresponding entry here. Key is the name of the # directories that hold the localized texts. Data are tuples with first |
