diff options
Diffstat (limited to 'support')
-rwxr-xr-x | support/schema/gendummydata.py | 2 | ||||
-rwxr-xr-x | support/scripts/newpackage-notify | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/schema/gendummydata.py b/support/schema/gendummydata.py index 2260555..99f8195 100755 --- a/support/schema/gendummydata.py +++ b/support/schema/gendummydata.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 """ usage: gendummydata.py outputfilename.sql """ diff --git a/support/scripts/newpackage-notify b/support/scripts/newpackage-notify index 73e960a..66cb45c 100755 --- a/support/scripts/newpackage-notify +++ b/support/scripts/newpackage-notify @@ -1,4 +1,4 @@ -#!/usr/bin/python -O +#!/usr/bin/python2 -O # This program is intended to be run as a once-a-day cronjob, it # sends a batched email containing the names of all new pacakges in # the AUR, added within the last 24 hours, to those who have requested |