~0k.io/ocb-server/usability-and-fix-on-res-partner-1

« back to all changes in this revision

Viewing changes to openerp-server

  • Committer: Antony Lesuisse
  • Date: 2012-11-27 00:55:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4600.
  • Revision ID: al@openerp.com-20121127005513-vi9viu4oafbrze6y
openerp apps main moved to cli ready for new commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
 
from openerp.main import main
3
 
main()
 
2
import openerp
 
3
 
 
4
if __name__ == "__main__":
 
5
    openerp.cli.main()
 
6
 
 
7
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: