Fix shebang lines to use #!/usr/bin/env python instead of hard coding a python version.

This commit is contained in:
Lance Stout 2010-07-23 19:41:11 -04:00
parent d70a6e6f32
commit d0a5c539d8
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=utf8
import sleekxmpp

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.5
#!/usr/bin/env python
"""
SleekXMPP: The Sleek XMPP Library

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.6
#!/usr/bin/env python
"""
SleekXMPP: The Sleek XMPP Library