[CalendarServer-changes] [964] CalendarServer/trunk/twistedcaldav/customxml.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 8 11:05:20 PST 2007


Revision: 964
          http://trac.macosforge.org/projects/calendarserver/changeset/964
Author:   wsanchez at apple.com
Date:     2007-01-08 11:05:20 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
Fix namespace

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

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2007-01-08 17:30:53 UTC (rev 963)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2007-01-08 19:05:20 UTC (rev 964)
@@ -28,7 +28,7 @@
 from twisted.web2.dav.resource import twisted_dav_namespace
 from twisted.web2.dav import davxml
 
-calendarserver_namespace = "http://org.calendarserver/ns/"
+calendarserver_namespace = "http://calendarserver.org/ns/"
 
 class TwistedGUIDProperty (davxml.WebDAVTextElement):
     """

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070108/66ea7695/attachment.html


More information about the calendarserver-changes mailing list