Skip to content

Instantly share code, notes, and snippets.

@corystone
Created March 11, 2013 17:51
Show Gist options
  • Save corystone/5136159 to your computer and use it in GitHub Desktop.
Save corystone/5136159 to your computer and use it in GitHub Desktop.
quotas[resource.name] = dict(
limit=project_quotas.get(resource.name,
class_quotas.get(resource.name,
resource.default)), )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment