[CalendarServer-changes] [7872] CalendarServer/branches/users/glyph/imip-and-admin-html/ twistedcaldav/mail.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:34:56 PDT 2011


Revision: 7872
          http://trac.macosforge.org/projects/calendarserver/changeset/7872
Author:   glyph at apple.com
Date:     2011-08-11 21:34:56 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py	2011-08-12 04:34:45 UTC (rev 7871)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py	2011-08-12 04:34:56 UTC (rev 7872)
@@ -1116,7 +1116,6 @@
     def generateEmail(self, inviteState, calendar, orgEmail, orgCN,
                       attendees, fromAddress, replyToAddress, toAddress,
                       language='en'):
-
         """
         Generate MIME text containing an iMIP invitation, cancellation, update
         or reply.
@@ -1215,7 +1214,6 @@
             details['attLabel'] = _("Attendees")
             details['locLabel'] = _("Location")
 
-
             plainAttendeeList = []
             for cn, mailto in attendees:
                 if cn:
@@ -1250,7 +1248,6 @@
             msgHtmlRelated = MIMEMultipart("related", type="text/html")
             msgAlt.attach(msgHtmlRelated)
 
-
             htmlAttendees = []
             for cn, mailto in attendees:
                 if mailto:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/735e603b/attachment.html>


More information about the calendarserver-changes mailing list