[CalendarServer-changes] [109] CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/__init__.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 7 13:25:38 PDT 2006


Revision: 109
Author:   cdaboo at apple.com
Date:     2006-09-07 13:25:37 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
Need to find mime.types in other places.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/__init__.py

Modified: CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/__init__.py
===================================================================
--- CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/__init__.py	2006-09-07 15:25:44 UTC (rev 108)
+++ CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/__init__.py	2006-09-07 20:25:37 UTC (rev 109)
@@ -44,7 +44,7 @@
     __version__ = None
 
 # Load in suitable file extension/content-type map from OS X
-File.contentTypes = loadMimeTypes(["/etc/httpd/mime.types"])
+File.contentTypes = loadMimeTypes(("/etc/apache2/mime.types", "/etc/httpd/mime.types",))
 
 import twisted.web2.dav.davxml
 import twistedcaldav.caldavxml

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20060907/22b2df8f/attachment.html


More information about the calendarserver-changes mailing list