diff options
Diffstat (limited to 'Mailman/Digester.py')
| -rw-r--r-- | Mailman/Digester.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index f85af8c10..aafd90794 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class with list-digest handling methods and settings.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import mm_utils, mm_err, mm_message, mm_cfg import time, os, string, re |
