Fix shebang lines to use #!/usr/bin/env python instead of hard coding a python version.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
# coding=utf8
|
# coding=utf8
|
||||||
|
|
||||||
import sleekxmpp
|
import sleekxmpp
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2.5
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""
|
"""
|
||||||
SleekXMPP: The Sleek XMPP Library
|
SleekXMPP: The Sleek XMPP Library
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2.6
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""
|
"""
|
||||||
SleekXMPP: The Sleek XMPP Library
|
SleekXMPP: The Sleek XMPP Library
|
||||||
|
Reference in New Issue
Block a user