typo
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 3 May 2011 20:56:49 +0000 (16:56 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 3 May 2011 20:56:49 +0000 (16:56 -0400)
sfa/trust/rights.py

index 1d320a5..133048b 100644 (file)
@@ -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":