Skip to content

Instantly share code, notes, and snippets.

@dgouldin
Created March 12, 2012 19:27
Show Gist options
  • Save dgouldin/2024130 to your computer and use it in GitHub Desktop.
Save dgouldin/2024130 to your computer and use it in GitHub Desktop.
exclude_params = (
u'realm',
u'oauth_signature',
)
params = filter(lambda i: i[0] not in exclude_params, params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment