[CalendarServer-changes] [8388] CalendarServer/branches/users/glyph/parallel-upgrade/txdav/common/ datastore/upgrade/migrate.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Dec 3 00:38:35 PST 2011


Revision: 8388
          http://trac.macosforge.org/projects/calendarserver/changeset/8388
Author:   glyph at apple.com
Date:     2011-12-03 00:38:35 -0800 (Sat, 03 Dec 2011)
Log Message:
-----------
missing docstring

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/parallel-upgrade/txdav/common/datastore/upgrade/migrate.py

Modified: CalendarServer/branches/users/glyph/parallel-upgrade/txdav/common/datastore/upgrade/migrate.py
===================================================================
--- CalendarServer/branches/users/glyph/parallel-upgrade/txdav/common/datastore/upgrade/migrate.py	2011-12-03 08:38:26 UTC (rev 8387)
+++ CalendarServer/branches/users/glyph/parallel-upgrade/txdav/common/datastore/upgrade/migrate.py	2011-12-03 08:38:35 UTC (rev 8388)
@@ -151,7 +151,7 @@
 
     def __init__(self, store):
         """
-        
+        Create with a reference to an SQL store.
         """
         super(UpgradeHelperProcess, self).__init__()
         self.store = store
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111203/1feede2d/attachment.html>


More information about the calendarserver-changes mailing list