[CalendarServer-changes] [5822] CalendarServer/branches/new-store/txdav/common/datastore/file.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 30 15:39:29 PDT 2010


Revision: 5822
          http://trac.macosforge.org/projects/calendarserver/changeset/5822
Author:   glyph at apple.com
Date:     2010-06-30 15:39:29 -0700 (Wed, 30 Jun 2010)
Log Message:
-----------
remain signature-compatible for tests

Modified Paths:
--------------
    CalendarServer/branches/new-store/txdav/common/datastore/file.py

Modified: CalendarServer/branches/new-store/txdav/common/datastore/file.py
===================================================================
--- CalendarServer/branches/new-store/txdav/common/datastore/file.py	2010-06-30 22:38:49 UTC (rev 5821)
+++ CalendarServer/branches/new-store/txdav/common/datastore/file.py	2010-06-30 22:39:29 UTC (rev 5822)
@@ -61,7 +61,7 @@
     """
     implements(ICommonDataStore)
 
-    def __init__(self, path, enableCalendars, enableAddressBooks):
+    def __init__(self, path, enableCalendars=True, enableAddressBooks=True):
         """
         Create a store.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100630/f5cc3262/attachment.html>


More information about the calendarserver-changes mailing list