Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2016-09-04 14:50:08 +0300
committerYann Leboulanger <asterix@lagaule.org>2016-09-04 14:50:08 +0300
commit4cdded1c91c7a1446ec13efd8038efd3b253230b (patch)
treefae4cc4f42952ee22898bee31d5aac7def731c17
parent2f501e36c87660222775e57013b30b850eb1ce47 (diff)
run test with py3 by default
-rwxr-xr-xtest/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtests.py b/test/runtests.py
index a8d03c2..b7b4afa 100755
--- a/test/runtests.py
+++ b/test/runtests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
'''