Fix shebang lines to use #!/usr/bin/env python instead of hard coding a python version.
This commit is contained in:
parent
d70a6e6f32
commit
d0a5c539d8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user