diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-01-24 18:38:35 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-01-24 18:38:35 +0000 |
| commit | 34c0a7e614969dd364838cb2dba954e2302bff82 (patch) | |
| tree | 8d333fada55d82e935cdfdff9756e004b18ef57b /trunk/src | |
| parent | 0b647f4e1074647605d661f5ed9f7d65fa8e3766 (diff) | |
| download | gentoolkit-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.py | 2 |
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 |
