[CalendarServer-changes] [14726] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 30 12:26:23 PDT 2015


Revision: 14726
          http://trac.calendarserver.org//changeset/14726
Author:   cdaboo at apple.com
Date:     2015-04-30 12:26:23 -0700 (Thu, 30 Apr 2015)
Log Message:
-----------
Whitespace.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/util.py
    CalendarServer/trunk/calendarserver/tools/diagnose.py
    CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py
    CalendarServer/trunk/txdav/caldav/datastore/test/test_attachments.py

Modified: CalendarServer/trunk/calendarserver/tap/util.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/util.py	2015-04-30 18:55:14 UTC (rev 14725)
+++ CalendarServer/trunk/calendarserver/tap/util.py	2015-04-30 19:26:23 UTC (rev 14726)
@@ -1245,6 +1245,7 @@
     return False, "Neither CalDAV nor CardDAV are enabled"
 
 
+
 def verifyServerRoot(config):
     """
     Ensure server root is not on a phantom volume
@@ -1260,6 +1261,7 @@
     return True, "ServerRoot is ok"
 
 
+
 def verifyTLSCertificate(config):
     """
     If a TLS certificate is configured, make sure it exists, is non empty,
@@ -1428,6 +1430,7 @@
     return None
 
 
+
 def postAlert(alertType, args):
     if (
         config.AlertPostingProgram and

Modified: CalendarServer/trunk/calendarserver/tools/diagnose.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/diagnose.py	2015-04-30 18:55:14 UTC (rev 14725)
+++ CalendarServer/trunk/calendarserver/tools/diagnose.py	2015-04-30 19:26:23 UTC (rev 14726)
@@ -195,6 +195,7 @@
     return EXIT_CODE_OK
 
 
+
 def showProcesses():
 
     print()

Modified: CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py	2015-04-30 18:55:14 UTC (rev 14725)
+++ CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/inbound.py	2015-04-30 19:26:23 UTC (rev 14726)
@@ -716,6 +716,7 @@
             else:
                 self.fetchNextMessage()
 
+
     def cbFlagUnseen(self, messageList):
         self.removeFlags(
             messageList, ("\\Seen",), uid=True

Modified: CalendarServer/trunk/txdav/caldav/datastore/test/test_attachments.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/test/test_attachments.py	2015-04-30 18:55:14 UTC (rev 14725)
+++ CalendarServer/trunk/txdav/caldav/datastore/test/test_attachments.py	2015-04-30 19:26:23 UTC (rev 14726)
@@ -650,7 +650,6 @@
         L{ICalendarObject.remove} will remove an associated calendar
         attachment.
         """
-        from twistedcaldav.stdconfig import config
         self.patch(config, "EnableTrashCollection", True)
 
         # Create attachment
@@ -705,7 +704,6 @@
         L{ICalendarObject.remove} will remove all associated calendar
         attachments.
         """
-        from twistedcaldav.stdconfig import config
         self.patch(config, "EnableTrashCollection", True)
 
         # Create attachment
@@ -1279,7 +1277,6 @@
         L{ICalendarObject.remove} will remove an associated calendar
         attachment.
         """
-        from twistedcaldav.stdconfig import config
         self.patch(config, "EnableTrashCollection", True)
 
         # Create attachment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150430/62249d16/attachment.html>


More information about the calendarserver-changes mailing list