From: Tony Mack Date: Tue, 3 May 2011 20:56:49 +0000 (-0400) Subject: typo X-Git-Tag: sfa-1.0-21-ckp1~4 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=98dafe3d2313b0d3606c1c69c8cf1c7fd04ce105 typo --- diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index 1d320a50..133048b8 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -60,7 +60,7 @@ def determine_rights(type, name): elif type in ["sa", "authority+sa"]: rl.add("authority") rl.add("sa") - elif type ["ma", "authority+ma"]:: + elif type ["ma", "authority+ma"]: rl.add("authority") rl.add("ma") elif type == "authority":