This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
import os
import sys
import argparse
import subprocess
@@ -333,7 +333,7 @@ Let's take a look inside a couple of those files:
.. snippet::
:filename: runtests.py
- #!/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.
"""
Helper script to update sampleproject's translation catalogs.
import atexit
import copy