summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-01-24 18:38:35 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-01-24 18:38:35 +0000
commit34c0a7e614969dd364838cb2dba954e2302bff82 (patch)
tree8d333fada55d82e935cdfdff9756e004b18ef57b /trunk/src
parent0b647f4e1074647605d661f5ed9f7d65fa8e3766 (diff)
downloadgentoolkit-34c0a7e614969dd364838cb2dba954e2302bff82.tar.gz
Fix accidental mangling of the #! line
svn path=/; revision=341
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/gentoolkit/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/gentoolkit/helpers.py b/trunk/src/gentoolkit/helpers.py
index 97c7bc6..fb22207 100644
--- a/trunk/src/gentoolkit/helpers.py
+++ b/trunk/src/gentoolkit/helpers.py
@@ -1,4 +1,4 @@
-# /usr/bin/python2
+#!/usr/bin/python2
#
# Copyright(c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
# Copyright(c) 2004, Gentoo Foundation