From 9c161c73ac4b3129d552ffd5b7deccbd77fb5939 Mon Sep 17 00:00:00 2001 From: viega Date: Sat, 13 Jun 1998 21:53:24 +0000 Subject: InitTempVars() added. --- modules/mm_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/mm_html.py b/modules/mm_html.py index d5b971029..9b060bfdb 100644 --- a/modules/mm_html.py +++ b/modules/mm_html.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) -- cgit v1.3.1