From 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 23 Feb 2017 23:55:14 +0800 Subject: Fixed #27878, refs #23919 -- Used python3 shebangs. --- 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 74534d47da..9b11f33be2 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This python file contains utility scripts to manage Django translations. # It has to be run inside the django git root directory. -- cgit v1.3