Mercurial > p > roundup > code
changeset 4041:5db2dfff85d8
Fix issue1891328
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Mon, 16 Feb 2009 21:10:04 +0000 |
| parents | b6a2251394dd |
| children | 8831882170fc |
| files | scripts/roundup-reminder scripts/weekly-report |
| diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/roundup-reminder Mon Feb 16 21:02:23 2009 +0000 +++ b/scripts/roundup-reminder Mon Feb 16 21:10:04 2009 +0000 @@ -1,4 +1,4 @@ -#! /usr/bin/env python2.2 +#! /usr/bin/env python # Copyright (c) 2002 ekit.com Inc (http://www.ekit-inc.com/) # # Permission is hereby granted, free of charge, to any person obtaining a copy @@ -19,8 +19,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -# $Id: roundup-reminder,v 1.9 2007-02-15 03:52:35 richard Exp $ - ''' Simple script that emails all users of a tracker with the issues that are currently assigned to them.
