mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
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
3 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# coding=utf8
|
||||
|
||||
import sleekxmpp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2.5
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
SleekXMPP: The Sleek XMPP Library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2.6
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
SleekXMPP: The Sleek XMPP Library
|
||||
|
|
Loading…
Reference in a new issue