From 08c283f8894fac51943bb1e17dfbb1ae7c0c5ec4 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 16 Feb 2009 21:10:04 +0000 Subject: [PATCH] Fix issue1891328 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4133 57a73879-2fb5-44c3-a270-3262357dd7e2 --- scripts/roundup-reminder | 4 +--- scripts/weekly-report | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/roundup-reminder b/scripts/roundup-reminder index 0e98a91..38ed9c3 100755 --- a/scripts/roundup-reminder +++ b/scripts/roundup-reminder @@ -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. diff --git a/scripts/weekly-report b/scripts/weekly-report index 102e1e4..d1c36af 100755 --- a/scripts/weekly-report +++ b/scripts/weekly-report @@ -1,4 +1,4 @@ -#! /usr/bin/env python2.3 +#! /usr/bin/env python # This script generates a simple report outlining the activity in one # tracker for the most recent week. -- 2.30.2