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 /examples | |
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,7 +1,7 @@ | |||
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 |