From d3b8055fdda07338ac0b2de59613da2b34433412 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 17 Jun 2018 16:47:34 -0700 Subject: Bump copyright dates. --- Mailman/ListAdmin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Mailman/ListAdmin.py (limited to 'Mailman/ListAdmin.py') diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py old mode 100755 new mode 100644 index 8825760a..cf418d05 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License -- cgit v1.2.3 From cecee6f6238d162a161bc1f6da13783fde2f0895 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 18 Jun 2018 04:35:51 -0700 Subject: Added global _ where needed. --- Mailman/ListAdmin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Mailman/ListAdmin.py') diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index cf418d05..fe58109c 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -421,6 +421,7 @@ class ListAdmin: i18n.set_language(lang) def __handlesubscription(self, record, value, comment): + global _ stime, addr, fullname, password, digest, lang = record if value == mm_cfg.DEFER: return DEFER -- cgit v1.2.3