[CalendarServer-changes] [9091] CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/ scheduling/imip.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:47:03 PDT 2012


Revision: 9091
          http://trac.macosforge.org/projects/calendarserver/changeset/9091
Author:   glyph at apple.com
Date:     2012-04-13 11:47:03 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
docstrings come first

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/scheduling/imip.py

Modified: CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/scheduling/imip.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/scheduling/imip.py	2012-04-13 18:46:57 UTC (rev 9090)
+++ CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/scheduling/imip.py	2012-04-13 18:47:03 UTC (rev 9091)
@@ -15,6 +15,10 @@
 # limitations under the License.
 ##
 
+"""
+Handles the sending of scheduling messages via iMIP (mail gateway).
+"""
+
 from twisted.python.failure import Failure
 from twisted.internet.defer import inlineCallbacks, returnValue
 
@@ -33,9 +37,6 @@
 from twext.internet.gaiendpoint import GAIEndpoint
 from twext.internet.adaptendpoint import connect
 
-"""
-Handles the sending of scheduling messages via iMIP (mail gateway).
-"""
 
 __all__ = [
     "ScheduleViaIMip",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/60f4b274/attachment.html>


More information about the calendarserver-changes mailing list