Revision: 6505 http://trac.macosforge.org/projects/calendarserver/changeset/6505 Author: glyph@apple.com Date: 2010-11-01 14:15:58 -0700 (Mon, 01 Nov 2010) Log Message: ----------- more pyflakes Modified Paths: -------------- CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/test/test_mail.py Modified: CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/test/test_mail.py =================================================================== --- CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/test/test_mail.py 2010-11-01 21:15:41 UTC (rev 6504) +++ CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/test/test_mail.py 2010-11-01 21:15:58 UTC (rev 6505) @@ -14,7 +14,6 @@ # limitations under the License. ## -from twistedcaldav.mail import * from twistedcaldav.test.util import TestCase from twistedcaldav.ical import Component from twistedcaldav.config import config @@ -23,6 +22,8 @@ from twisted.internet.defer import inlineCallbacks import email +from twistedcaldav.mail import MailHandler +from twistedcaldav.mail import MailGatewayTokensDatabase import os