backported safe_eval to python 2.5

This commit is contained in:
mdipierro
2013-09-02 20:33:19 -05:00
parent 31904d58bd
commit 74cb6c3de6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.09.02.20.29.38
Version 2.6.0-development+timestamp.2013.09.02.20.32.13
-1
View File
@@ -4,7 +4,6 @@
# recreated by Vladyslav Kozlovskyy
# license MIT/BSD/GPL
import re
import ast
from cgi import escape
from string import maketrans
try: