We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5b6a3 commit c7bce41Copy full SHA for c7bce41
scripts/roundup-reminder
@@ -1,4 +1,4 @@
1
-#! /usr/bin/env python2.2
+#! /usr/bin/env python
2
# Copyright (c) 2002 ekit.com Inc (http://www.ekit-inc.com/)
3
#
4
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -19,8 +19,6 @@
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
# SOFTWARE.
21
22
-# $Id: roundup-reminder,v 1.9 2007-02-15 03:52:35 richard Exp $
23
-
24
'''
25
Simple script that emails all users of a tracker with the issues that
26
are currently assigned to them.
scripts/weekly-report
-#! /usr/bin/env python2.3
# This script generates a simple report outlining the activity in one
# tracker for the most recent week.
0 commit comments