Skip to content

Commit c7bce41

Browse files
committed
Fix issue1891328
1 parent 4d5b6a3 commit c7bce41

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/roundup-reminder

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python2.2
1+
#! /usr/bin/env python
22
# Copyright (c) 2002 ekit.com Inc (http://www.ekit-inc.com/)
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -19,8 +19,6 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
# $Id: roundup-reminder,v 1.9 2007-02-15 03:52:35 richard Exp $
23-
2422
'''
2523
Simple script that emails all users of a tracker with the issues that
2624
are currently assigned to them.

scripts/weekly-report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python2.3
1+
#! /usr/bin/env python
22

33
# This script generates a simple report outlining the activity in one
44
# tracker for the most recent week.

0 commit comments

Comments
 (0)