From 5ad4e308953d694405d25b3836ef3fbc9ccb461a Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Fri, 11 Jan 2013 17:34:26 +0100 Subject: [PATCH] [FIX] eval --- super_calendar/super_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super_calendar/super_calendar.py b/super_calendar/super_calendar.py index 28edaa03b..157f0bc81 100644 --- a/super_calendar/super_calendar.py +++ b/super_calendar/super_calendar.py @@ -25,7 +25,7 @@ from openerp import logging from mako.template import Template from datetime import datetime from openerp import tools -from tools.safe_eval import safe_eval as eval +from openerp.tools import safe_eval as eval def _models_get(self, cr, uid, context=None): obj = self.pool.get('ir.model')