diff options
author | Lance Stout <lancestout@gmail.com> | 2010-07-23 19:41:11 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-07-23 19:47:54 -0400 |
commit | d0a5c539d8f7cacbcf10730e65695a9dee89fc70 (patch) | |
tree | 6cf064c58911173853d60c89bcde50d039bb520e /sleekxmpp/componentxmpp.py | |
parent | d70a6e6f32d5d5f9bd4d4d97f987f1667f6eab40 (diff) | |
download | slixmpp-d0a5c539d8f7cacbcf10730e65695a9dee89fc70.tar.gz slixmpp-d0a5c539d8f7cacbcf10730e65695a9dee89fc70.tar.bz2 slixmpp-d0a5c539d8f7cacbcf10730e65695a9dee89fc70.tar.xz slixmpp-d0a5c539d8f7cacbcf10730e65695a9dee89fc70.zip |
Fix shebang lines to use #!/usr/bin/env python instead of hard coding a python version.
Diffstat (limited to 'sleekxmpp/componentxmpp.py')
-rwxr-xr-x | sleekxmpp/componentxmpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py index 818d800b..5534a457 100755 --- a/sleekxmpp/componentxmpp.py +++ b/sleekxmpp/componentxmpp.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/env python """ SleekXMPP: The Sleek XMPP Library |