Merge pull request #2808 from intgr/restore-manage-shebang

manage.py: Restore shebang line
This commit is contained in:
Curtis 2019-06-25 09:41:22 -07:00 committed by GitHub
commit 14d32368c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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