Skip to content

Commit ea3bb96

Browse files
committed
cleanup
1 parent a64d318 commit ea3bb96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mailman/htmlformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def Format(self, indent=0):
650650
# These are the URLs which the image logos link to. The Mailman home page now
651651
# points at the gnu.org site instead of the www.list.org mirror.
652652
#
653-
MAILMAN_URL = Mailman.mm_cfg.MAILMAN_URL
653+
MAILMAN_URL = mm_cfg.MAILMAN_URL
654654
# from Mailman.mm_cfg import MAILMAN_URL
655655
PYTHON_URL = 'http://www.python.org/'
656656
GNU_URL = 'http://www.gnu.org/'

0 commit comments

Comments
 (0)