manage.py: Restore shebang line
This is an executable file but cannot be executed without the interpreter.
The shebang line was lost in commit 8cbc6b8325
This commit is contained in:
parent
198abcfe65
commit
8a08edb0f3
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
from __future__ import unicode_literals # at top of module
|
from __future__ import unicode_literals # at top of module
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue