r47344 - Fix pyflakes.

adiroiban-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 5 May 2016 09:08:19 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: adiroiban
Date: Thu May  5 09:08:08 2016
New Revision: 47344

Modified:
   branches/getDeprecationSuppression-removal-6266/twisted/python/test/test_util.py

Log:
Fix pyflakes.

Modified: branches/getDeprecationSuppression-removal-6266/twisted/python/test/test_util.py
==============================================================================
--- branches/getDeprecationSuppression-removal-6266/twisted/python/test/test_util.py	(original)
+++ branches/getDeprecationSuppression-removal-6266/twisted/python/test/test_util.py	Thu May  5 09:08:08 2016
@@ -23,7 +23,6 @@
 from twisted.trial.util import suppress as SUPPRESS
 
 from twisted.python import util
-from twisted.python.reflect import fullyQualifiedName
 from twisted.python.filepath import FilePath
 from twisted.internet import reactor
 from twisted.internet.interfaces import IReactorProcess