#!/usr/bin/python
import openerp

if __name__ == "__main__":
    openerp.cli.main()

