[FIX] tools: remove useless attributes

This commit is contained in:
Olivier Dony 2014-09-29 17:39:01 +02:00
parent 333852e19d
commit 9b1a9c9518
1 changed files with 0 additions and 2 deletions

View File

@ -267,8 +267,6 @@ def safe_eval(expr, globals_dict=None, locals_dict=None, mode="eval", nocopy=Fal
'False': False,
'None': None,
'str': str,
'globals': locals,
'locals': locals,
'bool': bool,
'dict': dict,
'list': list,