Merge pull request #352 from xmo-odoo/command-shebang

[FIX] shebang on odoo.py
This commit is contained in:
xmo-odoo 2014-06-05 15:53:49 +02:00
commit 254c65b0c4
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
#