Skip to content

Instantly share code, notes, and snippets.

@adammck
Created November 25, 2008 15:01
Show Gist options
  • Save adammck/28941 to your computer and use it in GitHub Desktop.
Save adammck/28941 to your computer and use it in GitHub Desktop.
def querydict_to_dict(qd):
return dict((str(k), v) for k, v in qd.iteritems())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment