summaryrefslogtreecommitdiffstats
path: root/support/schema
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-01-24 18:11:58 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2011-01-24 18:12:05 +0100
commit737268e0c270c0cc7761f1e449a9a414508b4ebc (patch)
tree9b42732b6613b4abce1ee29b1800e709feb9ff27 /support/schema
parent556de318aeeef6019bb7628389beee1358de93f8 (diff)
downloadaur-737268e0c270c0cc7761f1e449a9a414508b4ebc.tar.gz
aur-737268e0c270c0cc7761f1e449a9a414508b4ebc.tar.xz
Use "python2" shebang for "newpackage-notify" and "gendummydata.py".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'support/schema')
-rwxr-xr-xsupport/schema/gendummydata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/schema/gendummydata.py b/support/schema/gendummydata.py
index 22605559..99f81955 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
"""