Sandy Carter (http://www.savoirfairelinux.com) has proposed merging lp:~savoirfairelinux-openerp/lp-community-utils/pep394-env into lp:lp-community-utils.
Requested reviews: OpenERP Community Reviewer/Maintainer (openerp-community-reviewer) For more details, see: https://code.launchpad.net/~savoirfairelinux-openerp/lp-community-utils/pep394-env/+merge/210217 Adapted to hashbangs to PEP394 specifications, only env, not python2. ref: https://code.launchpad.net/~savoirfairelinux-openerp/lp-community-utils/pep394/+merge/204535 Using python2 in place of python has not yet been agreed on, but using env has mostly been embarrassed. -- https://code.launchpad.net/~savoirfairelinux-openerp/lp-community-utils/pep394-env/+merge/210217 Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/lp-community-utils/pep394-env.
=== modified file 'clone_mp_to_community.py' --- clone_mp_to_community.py 2013-09-22 14:36:16 +0000 +++ clone_mp_to_community.py 2014-03-10 14:41:51 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # === modified file 'merge_mp.py' --- merge_mp.py 2013-09-22 14:36:16 +0000 +++ merge_mp.py 2014-03-10 14:41:51 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # === modified file 'replay_missing.py' --- replay_missing.py 2013-09-22 14:36:16 +0000 +++ replay_missing.py 2014-03-10 14:41:51 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # #
-- Mailing list: https://launchpad.net/~savoirfairelinux-openerp Post to : [email protected] Unsubscribe : https://launchpad.net/~savoirfairelinux-openerp More help : https://help.launchpad.net/ListHelp

