This commit is contained in:
Joseph Schorr 2014-11-24 12:20:54 -05:00
parent c1c6f790bc
commit f6dd8b0a4d

View file

@ -75,6 +75,9 @@ IMPLIED_SCOPES = {
def scopes_from_scope_string(scopes):
if not scopes:
return {}
return {ALL_SCOPES.get(scope, None) for scope in scopes.split(',')}