author | mickeyl <mickeyl> | 2004-08-19 14:37:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-08-19 14:37:51 (UTC) |
commit | 2a83507f90704709aa641b2eea64b33af26cb09f (patch) (unidiff) | |
tree | bd9415b83d0ea77e1ba1e6057f674d7229301ee3 | |
parent | f459bf58a1cb9d18a12622b919fdb427693d2187 (diff) | |
download | opie-2a83507f90704709aa641b2eea64b33af26cb09f.zip opie-2a83507f90704709aa641b2eea64b33af26cb09f.tar.gz opie-2a83507f90704709aa641b2eea64b33af26cb09f.tar.bz2 |
prepend /usr/bin/env to the interpreter path to make it work
-rw-r--r-- | examples/python/simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/simple.py b/examples/python/simple.py index 0ac9bd2..44fcae7 100644 --- a/examples/python/simple.py +++ b/examples/python/simple.py | |||
@@ -1,25 +1,25 @@ | |||
1 | #!pyquicklauncher | 1 | #!/usr/bin/env pyquicklauncher |
2 | # -*- coding: iso8859-15 -*- | 2 | # -*- coding: iso8859-15 -*- |
3 | #--------------------------------------------------------------------------------------------------# | 3 | #--------------------------------------------------------------------------------------------------# |
4 | """ =. This file is part of the PyQt examples collection | 4 | """ =. This file is part of the PyQt examples collection |
5 | .=l. Copyright (C) 2004 Michael Lauer <mickey@Vanille.de> | 5 | .=l. Copyright (C) 2004 Michael Lauer <mickey@Vanille.de> |
6 | .>+-= | 6 | .>+-= |
7 | _;:, .> :=|. This program is free software; you can | 7 | _;:, .> :=|. This program is free software; you can |
8 | .> <`_, > . <= redistribute it and/or modify it under | 8 | .> <`_, > . <= redistribute it and/or modify it under |
9 | :`=1 )Y*s>-.-- : the terms of the GNU General Public | 9 | :`=1 )Y*s>-.-- : the terms of the GNU General Public |
10 | .="- .-=="i, .._ License as published by the Free Software | 10 | .="- .-=="i, .._ License as published by the Free Software |
11 | - . .-<_> .<> Foundation; either version 2 of the License, | 11 | - . .-<_> .<> Foundation; either version 2 of the License, |
12 | ._= =} : or (at your option) any later version. | 12 | ._= =} : or (at your option) any later version. |
13 | .%`+i> _;_. | 13 | .%`+i> _;_. |
14 | .i_,=:_. -<s. This program is distributed in the hope that | 14 | .i_,=:_. -<s. This program is distributed in the hope that |
15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
16 | : .. .:, . . . without even the implied warranty of | 16 | : .. .:, . . . without even the implied warranty of |
17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
19 | ..}^=.= = ; General Public License for more | 19 | ..}^=.= = ; General Public License for more |
20 | ++= -. .` .: details. | 20 | ++= -. .` .: details. |
21 | : = ...= . :.=- | 21 | : = ...= . :.=- |
22 | -. .:....=;==+<; You should have received a copy of the | 22 | -. .:....=;==+<; You should have received a copy of the |
23 | -_. . . )=. = GNU General Public License along with | 23 | -_. . . )=. = GNU General Public License along with |
24 | -- :-=` this library; see the file COPYING.LIB. | 24 | -- :-=` this library; see the file COPYING.LIB. |
25 | If not, write to the Free Software Foundation, | 25 | If not, write to the Free Software Foundation, |