[CalendarServer-changes] [2385] CalendarServer/branches/users/wsanchez/logging/twistedcaldav/config. py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 7 13:41:10 PDT 2008


Revision: 2385
          http://trac.macosforge.org/projects/calendarserver/changeset/2385
Author:   wsanchez at apple.com
Date:     2008-05-07 13:41:09 -0700 (Wed, 07 May 2008)

Log Message:
-----------
Use list, not tuple, to be consistant with rest.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/logging/twistedcaldav/config.py

Modified: CalendarServer/branches/users/wsanchez/logging/twistedcaldav/config.py
===================================================================
--- CalendarServer/branches/users/wsanchez/logging/twistedcaldav/config.py	2008-05-07 20:33:33 UTC (rev 2384)
+++ CalendarServer/branches/users/wsanchez/logging/twistedcaldav/config.py	2008-05-07 20:41:09 UTC (rev 2385)
@@ -117,7 +117,7 @@
     "AccountingCategories": {
         "iTIP": False,
     },
-    "AccountingPrincipals": (),
+    "AccountingPrincipals": [],
     "AccountingLogRoot": "/var/log/caldavd/accounting",
 
     #

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080507/2ddca621/attachment.html


More information about the calendarserver-changes mailing list