~openerp-dev/openobject-server/saas-3-bug_1291322-ptr

« back to all changes in this revision

Viewing changes to openerp-gevent

  • Committer: Antony Lesuisse
  • Date: 2013-09-09 23:19:46 UTC
  • mto: This revision was merged to the branch mainline in revision 4961.
  • Revision ID: al@openerp.com-20130909231946-aglho23enxhfwm0i
restore the original gevent detection

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import openerp
9
9
 
10
 
openerp.evented = True
11
 
 
12
10
if __name__ == "__main__":
13
11
    openerp.cli.main()