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:
Marti Raudsepp 2019-06-18 09:47:34 +03:00
parent 198abcfe65
commit 8a08edb0f3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
from __future__ import unicode_literals # at top of module
import os