[CalendarServer-changes] [8582] CalendarServer/branches/users/glyph/parallel-upgrade_to_1/ twistedcaldav/upgrade.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 24 00:59:30 PST 2012


Revision: 8582
          http://trac.macosforge.org/projects/calendarserver/changeset/8582
Author:   glyph at apple.com
Date:     2012-01-24 00:59:30 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
Get the argument order right.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py

Modified: CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py
===================================================================
--- CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py	2012-01-24 08:59:05 UTC (rev 8581)
+++ CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py	2012-01-24 08:59:30 UTC (rev 8582)
@@ -959,7 +959,7 @@
     Upgrade filesystem from previous versions.
     """
 
-    def __init__(self, spawner, parallel, config, service):
+    def __init__(self, config, spawner, parallel, service):
         """
         Initialize the service.
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120124/bb649ccc/attachment.html>


More information about the calendarserver-changes mailing list