diff options
Diffstat (limited to 'admin/www/MMGenerator.py')
| -rw-r--r-- | admin/www/MMGenerator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py index 6316d1d81..3b3d3aaa6 100644 --- a/admin/www/MMGenerator.py +++ b/admin/www/MMGenerator.py @@ -41,7 +41,7 @@ class MMGenerator(Skeleton, Sidebar, Banner): self.__body = None root, ext = os.path.splitext(file) html = root + '.html' - p = self.__parser = HTParser(file, 'mailman-cabal@python.org') + p = self.__parser = HTParser(file, 'mailman-users@python.org') f = self.__linkfixer = LinkFixer(html, rootdir, relthis) p.process_sidebar() p.sidebar.append(BLANKCELL) |
