PhotoBackup / server-bottle

The Python PhotoBackup server implementation
https://photobackup.github.io/
GNU General Public License v2.0
36 stars 7 forks source link

declare python3 in shebang #22

Closed qyanu closed 6 years ago

qyanu commented 6 years ago

all .py files within this project should have the same shebang; just in case to prevent surprises for any users.

i opted to suggest the python3 shebang, as python3 is required by this project.