[CalendarServer-changes] [11820] CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:21:07 PDT 2014


Revision: 11820
          http://trac.calendarserver.org//changeset/11820
Author:   cdaboo at apple.com
Date:     2013-10-17 07:06:44 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
Whitespace.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py
    CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/test/test_inbound.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py	2013-10-16 20:21:48 UTC (rev 11819)
+++ CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py	2013-10-17 14:06:44 UTC (rev 11820)
@@ -143,6 +143,7 @@
         yield scheduleNextMailPoll(self.store, seconds)
 
 
+
 def shouldDeleteAllMail(serverHostName, inboundServer, username):
     """
     Given the hostname of the calendar server, the hostname of the pop/imap
@@ -165,6 +166,7 @@
     )
 
 
+
 @inlineCallbacks
 def scheduleNextMailPoll(store, seconds):
     txn = store.newTransaction()

Modified: CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/test/test_inbound.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/test/test_inbound.py	2013-10-16 20:21:48 UTC (rev 11819)
+++ CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/test/test_inbound.py	2013-10-17 14:06:44 UTC (rev 11820)
@@ -436,13 +436,13 @@
         self.assertEquals(self.flagDeletedResult, "xyzzy")
 
 
+
 class StubFactory(object):
 
     def __init__(self, actionTaken, deleteAllMail):
         self.actionTaken = actionTaken
         self.deleteAllMail = deleteAllMail
 
+
     def handleMessage(self, messageData):
         return succeed(self.actionTaken)
-
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/7e362e8a/attachment.html>


More information about the calendarserver-changes mailing list