[CalendarServer-changes] [6364] CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/ datastore/sql_legacy.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 23 19:07:34 PDT 2010


Revision: 6364
          http://trac.macosforge.org/projects/calendarserver/changeset/6364
Author:   glyph at apple.com
Date:     2010-09-23 19:07:32 -0700 (Thu, 23 Sep 2010)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py

Modified: CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py
===================================================================
--- CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py	2010-09-24 01:44:20 UTC (rev 6363)
+++ CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py	2010-09-24 02:07:32 UTC (rev 6364)
@@ -350,7 +350,9 @@
 
     def _getHomeWithUID(self, uid):
         return self._txn.calendarHomeWithUID(uid, create=True)
-        
+
+
+
 class SQLLegacyAddressBookInvites(SQLLegacyInvites):
     """
     Emulator for the implicit interface specified by
@@ -578,6 +580,8 @@
             )
             
 
+
+
 class SQLLegacyCalendarShares(SQLLegacyShares):
     """
     Emulator for the implicit interface specified by
@@ -591,9 +595,12 @@
     
         super(SQLLegacyCalendarShares, self).__init__(home)
 
+
     def _getHomeWithUID(self, uid):
         return self._txn.calendarHomeWithUID(uid, create=True)
-        
+
+
+
 class SQLLegacyAddressBookShares(SQLLegacyShares):
     """
     Emulator for the implicit interface specified by
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100923/bae5c566/attachment.html>


More information about the calendarserver-changes mailing list