From 57130cb3c237dd2b12690afa83c19dfa195234f3 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 14 Sep 2010 20:09:48 +0200 Subject: typo fix --- module/PluginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginManager.py') diff --git a/module/PluginManager.py b/module/PluginManager.py index 85504ed24..fc144e8d5 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -34,7 +34,7 @@ from itertools import chain try: from ast import literal_eval except ImportError: # python 2.5 - from module.SaveEval import save_eval as literal_eval + from module.SafeEval import safe_eval as literal_eval class PluginManager(): def __init__(self, core): -- cgit v1.2.3