summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example.py1
-rw-r--r--sleekxmpp/__init__.py2
-rwxr-xr-xsleekxmpp/componentxmpp.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/example.py b/example.py
index 972b6d0d..4eb88b3b 100644
--- a/example.py
+++ b/example.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# coding=utf8
import sleekxmpp
diff --git a/sleekxmpp/__init__.py b/sleekxmpp/__init__.py
index 3f0a1e86..d2f5765f 100644
--- a/sleekxmpp/__init__.py
+++ b/sleekxmpp/__init__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.5
+#!/usr/bin/env python
"""
SleekXMPP: The Sleek XMPP Library
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