summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/MailList.py')
-rw-r--r--Mailman/MailList.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 52bb2b066..7bc5420ec 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -340,7 +340,6 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
ListAdmin.InitVars(self)
Bouncer.InitVars(self)
GatewayManager.InitVars(self)
- HTMLFormatter.InitVars(self)
Autoresponder.InitVars(self)
# These need to come near the bottom because they're dependent on
@@ -843,7 +842,6 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
self.__lock.lock()
self.InitVars(name, admin, crypted_password)
self._ready = 1
- self.InitTemplates()
self.CheckValues()
self.Save()