Skip to content

Instantly share code, notes, and snippets.

@wiennat
Created November 30, 2009 13:45
Show Gist options
  • Select an option

  • Save wiennat/245453 to your computer and use it in GitHub Desktop.

Select an option

Save wiennat/245453 to your computer and use it in GitHub Desktop.
def edict_to_dict(edict):
return dict([(key, val) for key, val in edict.iteritems()])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment