Skip to content
Snippets Groups Projects
Commit 98641cff authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] temp fix for runbot-job

bzr revid: al@openerp.com-20140217000702-xgi1lidpkjdvpnzf
parent 75c35097
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env python2
if __name__ == '__main__':
import sys
if sys.argv[1] == 'run-tests':
sys.exit(0)
import openerpcommand.main
openerpcommand.main.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment