shinken-monitoring / mod-webui

Shinken Web User Interface
GNU Affero General Public License v3.0
79 stars 71 forks source link

Python scripts shebang is not correct #668

Open mohierf opened 5 years ago

mohierf commented 5 years ago

We should use:

#!/usr/bin/env python
# -*- coding: utf-8 -*-

as script beginning lines because it is the portable way to use a shebang for a python2 only application

maethor commented 5 years ago

I agree.