r47187 - pyflakes
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 8 Apr 2016 02:30:37 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Fri Apr 8 02:30:32 2016
New Revision: 47187
Modified:
branches/t-names-authority-py3-8259/twisted/names/test/test_names.py
Log:
pyflakes
Modified: branches/t-names-authority-py3-8259/twisted/names/test/test_names.py
==============================================================================
--- branches/t-names-authority-py3-8259/twisted/names/test/test_names.py (original)
+++ branches/t-names-authority-py3-8259/twisted/names/test/test_names.py Fri Apr 8 02:30:32 2016
@@ -25,7 +25,6 @@
from twisted.names.client import Resolver
from twisted.names.secondary import (
SecondaryAuthorityService, SecondaryAuthority)
-from twisted.python.compat import NativeStringIO
from twisted.test.proto_helpers import StringTransport, MemoryReactorClock