diff options
| author | Barry Warsaw | 2012-12-30 11:59:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-30 11:59:05 -0500 |
| commit | fc662999d425e9347f59f676861ee44ad81c2623 (patch) | |
| tree | a6ba8fceb36aecc6fb2b66c5b946589b188057a2 /src/mailman/model/mailinglist.py | |
| parent | 08c8644c4bcd067f1501829a39ee9f06d116abf3 (diff) | |
| download | mailman-fc662999d425e9347f59f676861ee44ad81c2623.tar.gz mailman-fc662999d425e9347f59f676861ee44ad81c2623.tar.zst mailman-fc662999d425e9347f59f676861ee44ad81c2623.zip | |
Diffstat (limited to 'src/mailman/model/mailinglist.py')
| -rw-r--r-- | src/mailman/model/mailinglist.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py index 1987bc0e1..344cc7f8e 100644 --- a/src/mailman/model/mailinglist.py +++ b/src/mailman/model/mailinglist.py @@ -26,7 +26,6 @@ __all__ = [ import os -import string from storm.locals import ( And, Bool, DateTime, Float, Int, Pickle, RawStr, Reference, Store, @@ -163,7 +162,6 @@ class MailingList(Model): member_moderation_notice = Unicode() mime_is_default_digest = Bool() moderator_password = RawStr() - new_member_options = Int() newsgroup_moderation = Enum(NewsgroupModeration) nntp_prefix_subject_too = Bool() nondigestable = Bool() |
