[CalendarServer-changes] [3847] CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 12 11:00:26 PDT 2009


Revision: 3847
          http://trac.macosforge.org/projects/calendarserver/changeset/3847
Author:   wsanchez at apple.com
Date:     2009-03-12 11:00:24 -0700 (Thu, 12 Mar 2009)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2009-03-12 17:39:51 UTC (rev 3846)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2009-03-12 18:00:24 UTC (rev 3847)
@@ -62,12 +62,14 @@
         )
 
         # Add admins
-        aces += tuple([davxml.ACE(
-                    davxml.Principal(davxml.HRef(principal)),
-                    davxml.Grant(davxml.Privilege(davxml.All())),
-                    davxml.Protected(),
-                 ) for principal in config.AdminPrincipals
-                ])
+        aces += tuple((
+            davxml.ACE(
+                davxml.Principal(davxml.HRef(principal)),
+                davxml.Grant(davxml.Privilege(davxml.All())),
+                davxml.Protected(),
+            )
+            for principal in config.AdminPrincipals
+        ))
 
         return davxml.ACL(*aces)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090312/88f65bf6/attachment.html>


More information about the calendarserver-changes mailing list