# HG changeset patch # User Paul Boddie # Date 1465148076 -7200 # Node ID a00216dc5cc81a6af901f1608237a11ba1609287 # Parent 9c254032288d1af75be539644da4f893946f9380 Added delegate method placeholders. diff -r 9c254032288d -r a00216dc5cc8 imiptools/stores/common.py --- a/imiptools/stores/common.py Sun Jun 05 00:41:02 2016 +0200 +++ b/imiptools/stores/common.py Sun Jun 05 19:34:36 2016 +0200 @@ -594,6 +594,20 @@ pass + # Delegate information for the quota. + + def get_delegates(self, quota): + + "Return a list of delegates for 'quota'." + + pass + + def set_delegates(self, quota, delegates): + + "For the given 'quota', set the list of 'delegates'." + + pass + # Groups of users sharing quotas. def get_groups(self, quota):