From e0137b6a4c91db57faf90d36d6c33b6f492b5c5d Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 7 Nov 2008 06:42:19 +0000 Subject: [PATCH] Remove pythonize call -- it's not needed --- deluge/core/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deluge/core/core.py b/deluge/core/core.py index a245002b5..c348f0f1c 100644 --- a/deluge/core/core.py +++ b/deluge/core/core.py @@ -541,7 +541,6 @@ class Core( def export_set_config(self, config): """Set the config with values from dictionary""" - #config = deluge.common.pythonize(config) # Load all the values into the configuration for key in config.keys(): if isinstance(config[key], unicode) or isinstance(config[key], str):