# HG changeset patch # User Richard Laager # Date 1199558044 0 # Node ID fefe612756872db521d752e3459594ed2d91ec96 # Parent 0503cd74cb5628d236d47b3e01e8f55e30430ce1 A small patch from shreevatsa: "Some of the Python scripts start with #!/usr/bin/python instead of #!/usr/bin/env python." Fixes #4436 diff -r 0503cd74cb56 -r fefe61275687 finch/libgnt/pygnt/test.py --- 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 diff -r 0503cd74cb56 -r fefe61275687 libpurple/purple-remote --- a/libpurple/purple-remote Sat Jan 05 18:07:16 2008 +0000 +++ b/libpurple/purple-remote Sat Jan 05 18:34:04 2008 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import dbus import re diff -r 0503cd74cb56 -r fefe61275687 libpurple/purple-url-handler --- a/libpurple/purple-url-handler Sat Jan 05 18:07:16 2008 +0000 +++ b/libpurple/purple-url-handler Sat Jan 05 18:34:04 2008 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import dbus import re