[FIX] tools: remove useless attributes

This commit is contained in:
Olivier Dony 2014-09-29 17:56:03 +02:00
parent 96dd8bf507
commit 5e248f09c7
1 changed files with 0 additions and 2 deletions

View File

@ -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,