Mercurial > pidgin
changeset 22013:fefe61275687
A small patch from shreevatsa: "Some of the Python scripts start with
#!/usr/bin/python instead of #!/usr/bin/env python."
Fixes #4436
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 05 Jan 2008 18:34:04 +0000 |
parents | 0503cd74cb56 |
children | 942bf314fc8a |
files | finch/libgnt/pygnt/test.py libpurple/purple-remote libpurple/purple-url-handler |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/libgnt/pygnt/test.py Sat Jan 05 18:07:16 2008 +0000 +++ b/finch/libgnt/pygnt/test.py Sat Jan 05 18:34:04 2008 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import gobject import gnt