diff options
| author | viega | 1998-06-13 21:53:24 +0000 |
|---|---|---|
| committer | viega | 1998-06-13 21:53:24 +0000 |
| commit | 9c161c73ac4b3129d552ffd5b7deccbd77fb5939 (patch) | |
| tree | 3d418bf306e8069686370dc2dd987d2e9f6451dc /Mailman/HTMLFormatter.py | |
| parent | 03dc9c4d09592c715408e5482e18b243cf14858b (diff) | |
| download | mailman-9c161c73ac4b3129d552ffd5b7deccbd77fb5939.tar.gz mailman-9c161c73ac4b3129d552ffd5b7deccbd77fb5939.tar.zst mailman-9c161c73ac4b3129d552ffd5b7deccbd77fb5939.zip | |
Diffstat (limited to 'Mailman/HTMLFormatter.py')
| -rw-r--r-- | Mailman/HTMLFormatter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index d5b971029..9b060bfdb 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -17,7 +17,7 @@ """Routines for presentation of list-specific HTML text.""" -__version__ = "$Revision: 693 $" +__version__ = "$Revision: 730 $" import os @@ -27,7 +27,7 @@ import mm_cfg, mm_utils from htmlformat import * class HTMLFormatter: - def InitVars(self): + def InitTempVars(self): self._template_dir = os.path.join(mm_cfg.TEMPLATE_DIR, self._internal_name) |
