[CalendarServer-changes] [3778] CalendarServer/trunk/calendarserver/provision/root.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 2 11:28:35 PST 2009


Revision: 3778
          http://trac.macosforge.org/projects/calendarserver/changeset/3778
Author:   wsanchez at apple.com
Date:     2009-03-02 11:28:35 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
Wrong import

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/provision/root.py

Modified: CalendarServer/trunk/calendarserver/provision/root.py
===================================================================
--- CalendarServer/trunk/calendarserver/provision/root.py	2009-03-02 19:02:05 UTC (rev 3777)
+++ CalendarServer/trunk/calendarserver/provision/root.py	2009-03-02 19:28:35 UTC (rev 3778)
@@ -235,7 +235,7 @@
 # So CheckSACL will be parameterized
 # We do this after RootResource is defined
 try:
-    from twistedcaldav._sacl import CheckSACL
+    from calendarserver.platform.darwin._sacl import CheckSACL
     RootResource.CheckSACL = CheckSACL
 except ImportError:
     RootResource.CheckSACL = None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090302/642233cf/attachment.html>


More information about the calendarserver-changes mailing list