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

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 8 15:22:00 PST 2014


Revision: 14208
          http://trac.calendarserver.org//changeset/14208
Author:   wsanchez at apple.com
Date:     2014-12-08 15:22:00 -0800 (Mon, 08 Dec 2014)
Log Message:
-----------
Fix call to proxyForInterface

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

Modified: twext/trunk/twext/who/aggregate.py
===================================================================
--- twext/trunk/twext/who/aggregate.py	2014-12-08 23:16:17 UTC (rev 14207)
+++ twext/trunk/twext/who/aggregate.py	2014-12-08 23:22:00 UTC (rev 14208)
@@ -52,9 +52,9 @@
                     "Not a directory service: {0}".format(service)
                 )
 
-            service = proxyForInterface(IDirectoryService)(
-                service, originalAttribute="_service"
-            )
+            service = proxyForInterface(
+                IDirectoryService, originalAttribute="_service"
+            )(service)
 
             for recordType in service.recordTypes():
                 if recordType in recordTypes:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141208/9b638ba7/attachment.html>


More information about the calendarserver-changes mailing list