[FIX] npybabel shebang line

bzr revid: xmo@openerp.com-20111205105028-50o1m1lt2p3qvvkb
This commit is contained in:
Xavier Morel 2011-12-05 11:50:28 +01:00
parent 8e6a398e20
commit 31098bc872
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# EASY-INSTALL-ENTRY-SCRIPT: 'Babel==0.9.6','console_scripts','pybabel'
__requires__ = 'Babel==0.9.6'
import sys