comparison 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
comparison
equal deleted inserted replaced
22012:0503cd74cb56 22013:fefe61275687
1 #!/usr/bin/python 1 #!/usr/bin/env python
2 2
3 import dbus 3 import dbus
4 import re 4 import re
5 import sys 5 import sys
6 import time 6 import time