We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64d318 commit ea3bb96Copy full SHA for ea3bb96
1 file changed
Mailman/htmlformat.py
@@ -650,7 +650,7 @@ def Format(self, indent=0):
650
# These are the URLs which the image logos link to. The Mailman home page now
651
# points at the gnu.org site instead of the www.list.org mirror.
652
#
653
-MAILMAN_URL = Mailman.mm_cfg.MAILMAN_URL
+MAILMAN_URL = mm_cfg.MAILMAN_URL
654
# from Mailman.mm_cfg import MAILMAN_URL
655
PYTHON_URL = 'http://www.python.org/'
656
GNU_URL = 'http://www.gnu.org/'
0 commit comments