Mercurial > p > roundup > code
diff scripts/roundup-reminder @ 1092:e5826025eeb7
more Log removal
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 01:07:06 +0000 |
| parents | 9c76498f1ac3 |
| children | fa7df238e2d4 |
line wrap: on
line diff
--- a/scripts/roundup-reminder Tue Sep 10 00:45:46 2002 +0000 +++ b/scripts/roundup-reminder Tue Sep 10 01:07:06 2002 +0000 @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -# $Id: roundup-reminder,v 1.2 2002-05-09 02:52:56 richard Exp $ +# $Id: roundup-reminder,v 1.3 2002-09-10 01:07:06 richard Exp $ ''' Simple script that emails all users of a tracker with the issues that @@ -150,12 +150,4 @@ smtp = smtplib.SMTP(db.config.MAILHOST) smtp.sendmail(db.config.ADMIN_EMAIL, address, message.getvalue()) -# -# $Log: not supported by cvs2svn $ -# Revision 1.1 2002/04/15 06:37:31 richard -# Here's a cron-job reminder script that we're going to be using here at -# ekit. Might be useful for other people. Could use some work making it more -# general and easier to customise. -# -# -# +# vim: set filetype=python ts=4 sw=4 et si
