[FIX] AttributeError, 'module' has no attribute 'ext_eval'

bzr revid: florent.xicluna@gmail.com-20120119215553-qlb4992c37vi6cuh
This commit is contained in:
Florent Xicluna 2012-01-19 22:55:53 +01:00
parent c68045e497
commit f65509f1ce
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ from types import CodeType
import logging
import os
__all__ = ['test_expr', 'safe_eval', 'const_eval', 'ext_eval' ]
__all__ = ['test_expr', 'safe_eval', 'const_eval']
# The time module is usually already provided in the safe_eval environment
# but some code, e.g. datetime.datetime.now() (Windows/Python 2.5.2, bug