OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

Make sure to use correct shebang everywhere #328

Closed benrubson closed 8 years ago

benrubson commented 8 years ago

Hello,

This PR corrects the last wrong shebangs, replacing them by : /usr/bin/env python

Thank you 👍

Ben

benrubson commented 8 years ago

It's strange, test.py fails using /usr/bin/env python : https://travis-ci.org/OpenTSDB/tcollector/builds/142998183 @johann8384, any idea why ?

benrubson commented 8 years ago

Thank you !

benrubson commented 8 years ago

There is however the test.py remaining, don't know how to correct it so that it passes Travis CI test.