diff libpurple/purple-url-handler @ 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 8a7238fb7905
children 4b4be7609072
line wrap: on
line diff
--- 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