Use "python2" shebang for "newpackage-notify" and "gendummydata.py".

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-01-24 18:11:58 +01:00
parent 556de318ae
commit 737268e0c2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/python2
""" """
usage: gendummydata.py outputfilename.sql usage: gendummydata.py outputfilename.sql
""" """

View file

@ -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 # 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 # 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 # the AUR, added within the last 24 hours, to those who have requested