[CalendarServer-changes] [6526] CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/ timezoneservice.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 1 14:23:30 PDT 2010


Revision: 6526
          http://trac.macosforge.org/projects/calendarserver/changeset/6526
Author:   glyph at apple.com
Date:     2010-11-01 14:23:26 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
Stop complaining about mimeType implementation

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/timezoneservice.py

Modified: CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/timezoneservice.py
===================================================================
--- CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/timezoneservice.py	2010-11-01 21:23:02 UTC (rev 6525)
+++ CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/timezoneservice.py	2010-11-01 21:23:26 UTC (rev 6526)
@@ -91,6 +91,9 @@
             ),
         )
 
+    def contentType(self):
+        return MimeType.fromString("text/xml")
+
     def resourceType(self):
         return davxml.ResourceType.timezones
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101101/15386cd3/attachment.html>


More information about the calendarserver-changes mailing list