r47256 - one pyflakes error

glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 15 Apr 2016 16:57:20 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: glyph
Date: Fri Apr 15 16:57:16 2016
New Revision: 47256

Modified:
   branches/notouch-8277/twisted/mail/test/test_imap.py

Log:
one pyflakes error

Modified: branches/notouch-8277/twisted/mail/test/test_imap.py
==============================================================================
--- branches/notouch-8277/twisted/mail/test/test_imap.py	(original)
+++ branches/notouch-8277/twisted/mail/test/test_imap.py	Fri Apr 15 16:57:16 2016
@@ -21,7 +21,6 @@
 
 from zope.interface import implements
 
-from twisted.python.filepath import FilePath
 from twisted.mail.imap4 import MessageSet
 from twisted.mail import imap4
 from twisted.protocols import loopback