[CalendarServer-changes] [5149] CalendarServer/branches/users/glyph/use-system-twisted/twext/web2/ dav/davxml.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 17 14:24:13 PST 2010


Revision: 5149
          http://trac.macosforge.org/projects/calendarserver/changeset/5149
Author:   glyph at apple.com
Date:     2010-02-17 14:24:12 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
Register sync elements since (due to circular dependencies) this module is no longer included in the registerElements calls above

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/use-system-twisted/twext/web2/dav/davxml.py

Modified: CalendarServer/branches/users/glyph/use-system-twisted/twext/web2/dav/davxml.py
===================================================================
--- CalendarServer/branches/users/glyph/use-system-twisted/twext/web2/dav/davxml.py	2010-02-17 22:09:16 UTC (rev 5148)
+++ CalendarServer/branches/users/glyph/use-system-twisted/twext/web2/dav/davxml.py	2010-02-17 22:24:12 UTC (rev 5149)
@@ -209,6 +209,8 @@
                     raise ValueError("Only one of DAV:prop allowed")
                 self.property = child
 
+registerElement(SyncCollection)
+
 class SyncToken (WebDAVTextElement):
     """
     Synchronization token used in report and as a property.
@@ -217,5 +219,6 @@
     hidden = True
     protected = True
 
+registerElement(SyncToken)
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100217/edb9d862/attachment.html>


More information about the calendarserver-changes mailing list