[CalendarServer-changes] [6499] CalendarServer/branches/users/glyph/sharedpool/txdav/common/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 1 14:14:24 PDT 2010


Revision: 6499
          http://trac.macosforge.org/projects/calendarserver/changeset/6499
Author:   glyph at apple.com
Date:     2010-11-01 14:14:22 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
Simple docstring for newTransaction

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py	2010-11-01 21:13:56 UTC (rev 6498)
+++ CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py	2010-11-01 21:14:22 UTC (rev 6499)
@@ -111,6 +111,9 @@
 
 
     def newTransaction(self, label="unlabeled", migrating=False):
+        """
+        @see L{IDataStore.newTransaction}
+        """
         return CommonStoreTransaction(
             self,
             self.sqlTxnFactory(),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101101/01733048/attachment.html>


More information about the calendarserver-changes mailing list