diff options
Diffstat (limited to 'testall.py')
-rwxr-xr-x | testall.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
index : slixmpp | ||
Personal fork of SleekXMPP | louiz@louiz.org |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | testall.py | 2 |
@@ -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': |