Skip to content

Commit

Permalink
[FIX] tools: remove useless attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
odony committed Sep 29, 2014
1 parent 96dd8bf commit 5e248f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openerp/tools/safe_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ def safe_eval(expr, globals_dict=None, locals_dict=None, mode="eval", nocopy=Fal
'None': None,
'str': str,
'unicode': unicode,
'globals': locals,
'locals': locals,
'bool': bool,
'int': int,
'float': float,
Expand Down

0 comments on commit 5e248f0

Please sign in to comment.