[CalendarServer-changes] [11978] CalendarServer/trunk/twext/who/aggregate.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:15:55 PDT 2014


Revision: 11978
          http://trac.calendarserver.org//changeset/11978
Author:   wsanchez at apple.com
Date:     2013-11-19 17:24:20 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
loadRecords() is required.  It needn't do anything in this class, though.

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/aggregate.py

Modified: CalendarServer/trunk/twext/who/aggregate.py
===================================================================
--- CalendarServer/trunk/twext/who/aggregate.py	2013-11-20 00:32:27 UTC (rev 11977)
+++ CalendarServer/trunk/twext/who/aggregate.py	2013-11-20 01:24:20 UTC (rev 11978)
@@ -68,6 +68,10 @@
         return self._services
 
 
+    def loadRecords(self):
+        pass
+
+
     @property
     def recordType(self):
         if not hasattr(self, "_recordType"):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/0aa70469/attachment.html>


More information about the calendarserver-changes mailing list