[MERGE] rml2txt.py: /bin/env should be /usr/bin/env.

bzr revid: vmt@openerp.com-20110808120856-cw0u989ckqj767nt
This commit is contained in:
Vo Minh Thu 2011-08-08 14:08:56 +02:00
commit 635580f463
1 changed files with 1 additions and 1 deletions

View File

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