|
From: Tom <to...@go...> - 2010-08-11 12:41:35
|
Hi, i have a dict and want to merge the dict into my configobj: inobj = configobj.ConfigObj(indict) conf.merge(inobj) #conf is the configobj is it possible to revert the merge after i merged? Cheers, Tom |