From 5c3dbb734b7f958cb1bb227c2ffd934906820b3e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 3 Oct 2011 11:43:59 +0200 Subject: new SafeEval --- module/web/api_app.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'module/web') diff --git a/module/web/api_app.py b/module/web/api_app.py index c14eb6ed5..61be8b510 100644 --- a/module/web/api_app.py +++ b/module/web/api_app.py @@ -13,11 +13,7 @@ from utils import toDict, set_session from webinterface import PYLOAD from module.common.json_layer import json - -try: - from ast import literal_eval -except ImportError: # python 2.5 - from module.lib.SafeEval import safe_eval as literal_eval +from module.lib.SafeEval import const_eval as literal_eval # json encoder that accepts TBase objects class TBaseEncoder(json.JSONEncoder): -- cgit v1.2.3