summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/i18n/sampleproject/manage.py2
-rwxr-xr-xtests/i18n/sampleproject/update_catalogs.py2
-rwxr-xr-xtests/runtests.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/i18n/sampleproject/manage.py b/tests/i18n/sampleproject/manage.py
index 6f1708a5b3..87a0ec369a 100755
--- a/tests/i18n/sampleproject/manage.py
+++ b/tests/i18n/sampleproject/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
import os
import sys
diff --git a/tests/i18n/sampleproject/update_catalogs.py b/tests/i18n/sampleproject/update_catalogs.py
index 368a160b4e..131d3e268b 100755
--- a/tests/i18n/sampleproject/update_catalogs.py
+++ b/tests/i18n/sampleproject/update_catalogs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
"""
Helper script to update sampleproject's translation catalogs.
diff --git a/tests/runtests.py b/tests/runtests.py
index 6ffd9ea68f..4cb36049fd 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
import argparse
import atexit
import copy