odoo-extra icon indicating copy to clipboard operation
odoo-extra copied to clipboard

put shebang on top, so file is executable as it is

Open mdik opened this issue 10 years ago • 1 comments

really small change for improvement of usability

mdik avatar Jan 29 '15 16:01 mdik

Proper shebang should be #!/usr/bin/env python2

env is used to not break out of a virtualenv and python2 should be used if the code is not compatible with both python2 and python3

https://www.python.org/dev/peps/pep-0394/

bwrsandman avatar Feb 09 '15 17:02 bwrsandman