From d44c2c9f011075a7f6b6ffebe22ec3f17dda3a26 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Fri, 30 Dec 2005 18:50:08 +0000 Subject: A cleansing pass, almost entirely cosmetic. Such things as whitespace normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. --- Mailman/MTA/Manual.py | 3 ++- Mailman/MTA/Postfix.py | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Mailman/MTA') diff --git a/Mailman/MTA/Manual.py b/Mailman/MTA/Manual.py index 7e4e4648..92e1c03c 100644 --- a/Mailman/MTA/Manual.py +++ b/Mailman/MTA/Manual.py @@ -12,7 +12,8 @@ # # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. """Creation/deletion hooks for manual /etc/aliases files.""" diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py index cee0eb1d..33cb9a47 100644 --- a/Mailman/MTA/Postfix.py +++ b/Mailman/MTA/Postfix.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2005 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 @@ -12,10 +12,10 @@ # # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. -"""Creation/deletion hooks for the Postfix MTA. -""" +"""Creation/deletion hooks for the Postfix MTA.""" import os import pwd -- cgit v1.2.3