summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-03-16 16:45:13 +0000
committerMike Gilbert <floppym@gentoo.org>2012-03-16 16:45:13 +0000
commit429dd6dc910681212366d99d36abf9bc778aa5d8 (patch)
tree4775959f203e29ccca10377a517fab1e8696fb28 /scripts
parentscripts/cleanemptydirs.py: Fix python shebang. (diff)
downloadsunrise-reviewed-429dd6dc910681212366d99d36abf9bc778aa5d8.tar.gz
sunrise-reviewed-429dd6dc910681212366d99d36abf9bc778aa5d8.tar.bz2
sunrise-reviewed-429dd6dc910681212366d99d36abf9bc778aa5d8.zip
scripts/use_desc_gen.py: Fix python shebang.
svn path=/sunrise/; revision=12811
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/use_desc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/use_desc_gen.py b/scripts/use_desc_gen.py
index b9af8fc66..40d792915 100755
--- a/scripts/use_desc_gen.py
+++ b/scripts/use_desc_gen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Written by Alec Warner for the Gentoo Foundation 2008
# This code is hereby placed into the public domain.