summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-03-07 10:10:32 -0500
committerTim Graham <timograham@gmail.com>2017-03-07 10:10:32 -0500
commit784a53beef0ff4fb593bb6c4643924830b29e1bd (patch)
tree51f040ebad27a3c67211db9180f4e28a3ec90544 /tests
parent9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 (diff)
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
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