[FIX] website_forum: fixed controller creating a new forum tha was crashing.
[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)