diff options
| author | bwarsaw | 2001-05-22 21:04:27 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-22 21:04:27 +0000 |
| commit | 0807fb36adf0f1e1e0af529d76c44e2038cf6c50 (patch) | |
| tree | 12a70eab20cbaae2c12b58bcb7a93d96f1f23754 /Mailman/MailList.py | |
| parent | 578e420cfbb35d32001e992504c80f759eaddebd (diff) | |
| download | mailman-0807fb36adf0f1e1e0af529d76c44e2038cf6c50.tar.gz mailman-0807fb36adf0f1e1e0af529d76c44e2038cf6c50.tar.zst mailman-0807fb36adf0f1e1e0af529d76c44e2038cf6c50.zip | |
InitVars(): Don't call HTMLFormatter.InitVars() as this has been
removed.
Create(): Don't call InitTemplates() as this has been removed.
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 2 |
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() |
