[CalendarServer-changes] [7873] CalendarServer/branches/users/glyph/imip-and-admin-html/ twistedcaldav/test/test_mail.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:35:07 PDT 2011


Revision: 7873
          http://trac.macosforge.org/projects/calendarserver/changeset/7873
Author:   glyph at apple.com
Date:     2011-08-11 21:35:07 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
shuffle imports into proper order

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

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py	2011-08-12 04:34:56 UTC (rev 7872)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py	2011-08-12 04:35:07 UTC (rev 7873)
@@ -14,19 +14,22 @@
 # limitations under the License.
 ##
 
+import os
+import datetime
+import email
+
+from twisted.internet.defer import inlineCallbacks
+
 from twistedcaldav.test.util import TestCase
+
 from twistedcaldav.ical import Component
 from twistedcaldav.config import config
 from twistedcaldav.scheduling.itip import iTIPRequestStatus
 
-
-from twisted.internet.defer import inlineCallbacks
-import email
 from twistedcaldav.mail import MailHandler
 from twistedcaldav.mail import MailGatewayTokensDatabase
+
 from twistedcaldav.directory.directory import DirectoryRecord
-import os
-import datetime
 
 
 def echo(*args):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/34368d52/attachment.html>


More information about the calendarserver-changes mailing list