From 784a53beef0ff4fb593bb6c4643924830b29e1bd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 7 Mar 2017 10:10:32 -0500 Subject: Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229. --- tests/i18n/sampleproject/manage.py | 2 +- tests/i18n/sampleproject/update_catalogs.py | 2 +- tests/runtests.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.3