[MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524...
[odoo/odoo.git] / openerpcommand / main.py
1 import openerpcommand
2
3 def run():
4     """ Main entry point for the openerp-command tool."""
5     parser = openerpcommand.main_parser()
6     args = parser.parse_args()
7     args.run(args)