[CalendarServer-changes] [6442] CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/ datastore/file.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 18 12:06:58 PDT 2010


Revision: 6442
          http://trac.macosforge.org/projects/calendarserver/changeset/6442
Author:   glyph at apple.com
Date:     2010-10-18 12:06:55 -0700 (Mon, 18 Oct 2010)
Log Message:
-----------
xxxSinceToken replaced with resourceNamesSinceToken

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/datastore/file.py

Modified: CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/datastore/file.py
===================================================================
--- CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/datastore/file.py	2010-10-18 18:43:06 UTC (rev 6441)
+++ CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/datastore/file.py	2010-10-18 19:06:55 UTC (rev 6442)
@@ -49,7 +49,6 @@
 from errno import EEXIST, ENOENT
 from zope.interface import implements, directlyProvides
 
-import os
 import uuid
 
 ECALENDARTYPE = 0
@@ -891,7 +890,6 @@
     listNotificationObjects = CommonHomeChild.listObjectResources
     notificationObjectWithName = CommonHomeChild.objectResourceWithName
     removeNotificationObjectWithUID = CommonHomeChild.removeObjectResourceWithUID
-    notificationObjectsSinceToken = CommonHomeChild.objectResourcesSinceToken
 
     def notificationObjectWithUID(self, uid):
         name = uid + ".xml"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101018/bd18a516/attachment-0001.html>


More information about the calendarserver-changes mailing list