~camptocamp/openobject-server/5.0-c2c-official

« back to all changes in this revision

Viewing changes to bin/addons/base/ir/ir_cron.py

  • Committer: Vincent Renaville
  • Date: 2010-09-07 14:56:41 UTC
  • mfrom: (1760.32.243 server)
  • Revision ID: vincent.renaville@camptocamp.com-20100907145641-btw9a3bqall231ua
[MRG] merge to 5.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import tools
27
27
import pooler
28
28
from osv import fields,osv
 
29
from tools.safe_eval import safe_eval as eval
29
30
 
30
31
def str2tuple(s):
31
32
    return eval('tuple(%s)' % (s or ''))