diff options
| author | Tim Graham <timograham@gmail.com> | 2017-03-07 10:10:32 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-07 10:10:32 -0500 |
| commit | 784a53beef0ff4fb593bb6c4643924830b29e1bd (patch) | |
| tree | 51f040ebad27a3c67211db9180f4e28a3ec90544 /scripts | |
| parent | 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 (diff) | |
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/manage_translations.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
