Comment 29 for bug 1088775

Revision history for this message
Theodore P Rees (theodore-rees) wrote :

if data.has_key("privacy"):
       m["privacy"] = {}
       m["privacy"]["description"] = data["privacy"]["description"]
       m["privacy"]["value"] = data["privacy"]["value"]

The above is the code block in the file and as I stated I don't really know python so I'm asking if you could show me how to adjust this block to use your work around.