Remove pythonize call -- it's not needed

This commit is contained in:
Andrew Resch 2008-11-07 06:42:19 +00:00
parent 3f86e440bd
commit e0137b6a4c
1 changed files with 0 additions and 1 deletions

View File

@ -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):