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
"""