[CalendarServer-changes] [5818] CalendarServer/branches/new-store/txcaldav/calendarstore/scheduling. py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 30 15:37:10 PDT 2010


Revision: 5818
          http://trac.macosforge.org/projects/calendarserver/changeset/5818
Author:   glyph at apple.com
Date:     2010-06-30 15:37:09 -0700 (Wed, 30 Jun 2010)
Log Message:
-----------
update interfaces to proxy for

Modified Paths:
--------------
    CalendarServer/branches/new-store/txcaldav/calendarstore/scheduling.py

Modified: CalendarServer/branches/new-store/txcaldav/calendarstore/scheduling.py
===================================================================
--- CalendarServer/branches/new-store/txcaldav/calendarstore/scheduling.py	2010-06-30 21:13:44 UTC (rev 5817)
+++ CalendarServer/branches/new-store/txcaldav/calendarstore/scheduling.py	2010-06-30 22:37:09 UTC (rev 5818)
@@ -15,15 +15,16 @@
 # limitations under the License.
 ##
 from zope.interface.declarations import implements
-from txcaldav.icalendarstore import ICalendarStore, ICalendarStoreTransaction, \
-    ICalendarHome, ICalendar, ICalendarObject
+from txcaldav.icalendarstore import ICalendarHome, ICalendar, ICalendarObject
+from txdav.common.icommondatastore import ICommonStoreTransaction,\
+    ICommonDataStore
 from twisted.python.util import FancyEqMixin
 from twisted.python.components import proxyForInterface
 
 
 
 class ImplicitTransaction(
-        proxyForInterface(ICalendarStoreTransaction,
+        proxyForInterface(ICommonStoreTransaction,
                           originalAttribute="_transaction")):
     """
     Wrapper around an L{ICalendarStoreTransaction}.
@@ -142,7 +143,7 @@
     scheduling.
     """
 
-    implements(ICalendarStore)
+    implements(ICommonDataStore)
 
     def __init__(self, calendarStore):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100630/79409f62/attachment.html>


More information about the calendarserver-changes mailing list