[FIX] website_customer: check that country id exists before access the name, else...
[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: