[CalendarServer-changes] [2884] CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/ tap.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 26 17:02:12 PDT 2008


Revision: 2884
          http://trac.macosforge.org/projects/calendarserver/changeset/2884
Author:   sagen at apple.com
Date:     2008-08-26 17:02:11 -0700 (Tue, 26 Aug 2008)
Log Message:
-----------
Fixing copy/paste errors

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/tap.py

Modified: CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/tap.py
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/tap.py	2008-08-26 23:22:32 UTC (rev 2883)
+++ CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/tap.py	2008-08-27 00:02:11 UTC (rev 2884)
@@ -439,7 +439,7 @@
     principalResourceClass       = DirectoryPrincipalProvisioningResource
     calendarResourceClass        = CalendarHomeProvisioningFile
     iScheduleResourceClass       = IScheduleInboxFile
-    imipResourceClass            = IScheduleInboxFile
+    imipResourceClass            = IMIPInboxFile
     timezoneServiceResourceClass = TimezoneServiceFile
 
     def makeService_Slave(self, options):
@@ -547,7 +547,6 @@
                 os.path.join(config.DocumentRoot, 'ischedule'),
                 root,
             )
-            root.putChild('inbox', ischedule)
             root.putChild('ischedule', ischedule)
 
         #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080826/53c8afc0/attachment.html 


More information about the calendarserver-changes mailing list