summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-23 23:55:14 +0800
committerTim Graham <timograham@gmail.com>2017-02-23 13:41:10 -0500
commit4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229 (patch)
treefb5a92001ba5e23fea15ddba5d13ce9cdb63a179 /scripts
parenteb97af0402536a86d5d8c916859986288bb88dc9 (diff)
Fixed #27878, refs #23919 -- Used python3 shebangs.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/manage_translations.py2
1 files changed, 1 insertions, 1 deletions
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.