[fix] use env for python shebang rather than hardcoding /usr/bin/python

bzr revid: xmo@tinyerp.com-20091202100658-d2q66mu6kihgj8h5
This commit is contained in:
Xavier Morel 2009-12-02 11:06:58 +01:00
parent 2f6de41fbf
commit 9bb02a1bb0
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
##############################################################################
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
##############################################################################
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
##############################################################################
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
##############################################################################
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
##############################################################################
#