summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2012-12-29 23:35:39 -0500
committerBarry Warsaw2012-12-29 23:35:39 -0500
commit08c8644c4bcd067f1501829a39ee9f06d116abf3 (patch)
treee209ad030418d7f8355a6c4a8a023f6d007fa53f
parent232dda432a0033f1857dbe4f1957ad29c498ba53 (diff)
downloadmailman-08c8644c4bcd067f1501829a39ee9f06d116abf3.tar.gz
mailman-08c8644c4bcd067f1501829a39ee9f06d116abf3.tar.zst
mailman-08c8644c4bcd067f1501829a39ee9f06d116abf3.zip
-rw-r--r--src/mailman/model/mailinglist.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py
index 96cb22f59..1987bc0e1 100644
--- a/src/mailman/model/mailinglist.py
+++ b/src/mailman/model/mailinglist.py
@@ -210,9 +210,6 @@ class MailingList(Model):
# that's not the case when the constructor is called. So, set up the
# rosters explicitly.
self.__storm_loaded__()
- ## self.personalize = Personalization.none
- ## self.display_name = string.capwords(
- ## SPACE.join(listname.split(UNDERSCORE)))
makedirs(self.data_path)
def __storm_loaded__(self):