switch from sa/ma to authority, fix update_membership_list
[sfa.git] / geni / util / rights.py
index 84c5f1e..50f1374 100644 (file)
@@ -126,6 +126,9 @@ class RightList:
         if string:
             self.load_from_string(string)
 
+    def is_empty(self):
+        return self.rights == []
+
     ##
     # Add a right to this list
     #