1
0
mirror of https://github.com/etesync/server synced 2024-11-22 08:48:07 +00:00

fix(manage.py): fix shebang to work on Debian-based systems (#134)

In debian, /usr/bin/python is python 2.7.
This commit is contained in:
Xiretza 2022-05-07 19:37:10 +02:00 committed by GitHub
parent dd0e76fc02
commit 76efbb6cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
"""Django's command-line utility for administrative tasks.""" """Django's command-line utility for administrative tasks."""
import os import os
import sys import sys