diff options
Diffstat (limited to 'src/mailman/model/mailinglist.py')
| -rw-r--r-- | src/mailman/model/mailinglist.py | 3 |
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): |
