[CalendarServer-changes] [2049] CalendarServer/trunk/twistedcaldav/extensions.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 6 17:11:33 PST 2007


Revision: 2049
          http://trac.macosforge.org/projects/calendarserver/changeset/2049
Author:   wsanchez at apple.com
Date:     2007-12-06 17:11:31 -0800 (Thu, 06 Dec 2007)

Log Message:
-----------
Add missing items from __all__

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/extensions.py

Modified: CalendarServer/trunk/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/extensions.py	2007-12-06 22:51:18 UTC (rev 2048)
+++ CalendarServer/trunk/twistedcaldav/extensions.py	2007-12-07 01:11:31 UTC (rev 2049)
@@ -21,10 +21,13 @@
 """
 
 __all__ = [
+    "SudoSACLMixin",
     "DAVResource",
+    "DAVPrincipalResource",
     "DAVFile",
+    "ReadOnlyWritePropertiesResourceMixIn",
     "ReadOnlyResourceMixIn",
-    "SudoSACLMixin",
+    "XMLResponse",
 ]
 
 import cPickle as pickle
@@ -54,7 +57,6 @@
     Mixin class to let DAVResource, and DAVFile subclasses below know
     about sudoer principals and how to find their AuthID
     """
-
     def authenticate(self, request):
         # Bypass normal authentication if its already been done (by SACL check)
         if (hasattr(request, "authnUser") and
@@ -153,7 +155,6 @@
     """
     Extended L{twisted.web2.dav.resource.DAVResource} implementation.
     """
-
     def findChildrenFaster(self, depth, request, okcallback, badcallback, names, privileges, inherited_aces):
         """
         See L{IDAVResource.findChildren}.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20071206/db3b3f56/attachment-0001.html


More information about the calendarserver-changes mailing list