[FIX] models: fixes #1017; do not update list in place in the construction of _depend...
[odoo/odoo.git] / openerp-server
1 #!/usr/bin/env python
2 import openerp
3
4 if __name__ == "__main__":
5     openerp.cli.main()
6
7 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: