summaryrefslogtreecommitdiff
path: root/admin/www/MMGenerator.py
diff options
context:
space:
mode:
authorbwarsaw2000-11-16 21:58:58 +0000
committerbwarsaw2000-11-16 21:58:58 +0000
commit28a9bda3d7825ab2f7c4df5e9d8aa29706effbd3 (patch)
tree1df8b19deb380d5201dfcb202edec797115eed24 /admin/www/MMGenerator.py
parent5150e886f5711080d068cf1b8987b74041df9b23 (diff)
downloadmailman-28a9bda3d7825ab2f7c4df5e9d8aa29706effbd3.tar.gz
mailman-28a9bda3d7825ab2f7c4df5e9d8aa29706effbd3.tar.zst
mailman-28a9bda3d7825ab2f7c4df5e9d8aa29706effbd3.zip
Diffstat (limited to 'admin/www/MMGenerator.py')
-rw-r--r--admin/www/MMGenerator.py2
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)