[CalendarServer-changes] [7005] CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/ sql.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 16 06:39:58 PST 2011


Revision: 7005
          http://trac.macosforge.org/projects/calendarserver/changeset/7005
Author:   glyph at apple.com
Date:     2011-02-16 06:39:58 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
whitespace

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

Modified: CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py	2011-02-16 14:39:47 UTC (rev 7004)
+++ CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py	2011-02-16 14:39:58 UTC (rev 7005)
@@ -2345,6 +2345,7 @@
         [_homeSchema.RESOURCE_ID], From=_homeSchema,
         Where=_homeSchema.OWNER_UID == Parameter("uid"))
 
+
     _provisionNewNotificationsQuery = Insert(
         {_homeSchema.OWNER_UID: Parameter("uid")},
         Return=_homeSchema.RESOURCE_ID
@@ -2383,15 +2384,19 @@
     def resourceType(self):
         return ResourceType.notification #@UndefinedVariable
 
+
     def retrieveOldIndex(self):
         return PostgresLegacyNotificationsEmulator(self)
 
+
     def __repr__(self):
         return "<%s: %s>" % (self.__class__.__name__, self._resourceID)
 
+
     def name(self):
         return "notification"
 
+
     def uid(self):
         return self._uid
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110216/940919fa/attachment.html>


More information about the calendarserver-changes mailing list