sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

proper python hashbang #184

Closed namliz closed 7 years ago

namliz commented 7 years ago
- #!/usr/bin/python
+ #!/usr/bin/env python

Just a small but necessary tweak.

beyang commented 7 years ago

LGTM, thanks!