1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27878, refs #23919 -- Used python3 shebangs.

This commit is contained in:
Chris Lamb
2017-02-23 23:55:14 +08:00
committed by Tim Graham
parent eb97af0402
commit 4cffa9a1ff
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Helper script to update sampleproject's translation catalogs.