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. --- scripts/manage_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index 9b11f33be2..74534d47da 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # # This python file contains utility scripts to manage Django translations. # It has to be run inside the django git root directory. -- cgit v1.3