summaryrefslogtreecommitdiff
path: root/testall.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2014-08-16 22:37:29 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-09-01 02:42:45 +0200
commit815e647c97c0b9a25d177bb698b4f737340987b5 (patch)
treec1835586b48482980a8ba0884e1af620e4c26160 /testall.py
parentad70ffba59fce531e2da3af2d0a4d08a5f8d75d8 (diff)
downloadslixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.tar.gz
slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.tar.bz2
slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.tar.xz
slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.zip
Set the shebang to python3 everywhere.
Diffstat (limited to 'testall.py')
-rwxr-xr-xtestall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testall.py b/testall.py
index 2cb6f538..32d293ed 100755
--- a/testall.py
+++ b/testall.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
if len(sys.argv)>1 and sys.argv[1].lower() == 'gevent':