sopel / botocross

A Python package for operating cross region AWS resources
Other
4 stars 4 forks source link

Improve shebang compatibility. #12

Closed sopel closed 11 years ago

sopel commented 11 years ago

Given boto uses the more compatible shebang form #!/usr/bin/env python (rather than just the absolute path #!/usr/bin/python) within its Python scripts, the former should be facilitated here accordingly.

mrdavidlaing commented 11 years ago

You learn something every day. I'll start using #!/usr/bin/env {program in path} everywhere from now on