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 /django/conf/project_template | |
| parent | 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 (diff) | |
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
Diffstat (limited to 'django/conf/project_template')
| -rwxr-xr-x | django/conf/project_template/manage.py-tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/manage.py-tpl b/django/conf/project_template/manage.py-tpl index 39df575158..9f83e65491 100755 --- a/django/conf/project_template/manage.py-tpl +++ b/django/conf/project_template/manage.py-tpl @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import os import sys |
