[FIX] shebang on Python

This commit is contained in:
Xavier Morel 2014-06-05 13:20:07 +02:00
parent 0eb602dd61
commit 767cb9afa1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
#----------------------------------------------------------
# odoo cli
#