r46960 - pyflakes
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Wed, 9 Mar 2016 02:36:19 -0700 (MST)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl Date: Wed Mar 9 02:36:15 2016 New Revision: 46960 Modified: branches/manhole-hardcodedkey-8229/twisted/conch/manhole_ssh.py branches/manhole-hardcodedkey-8229/twisted/conch/manhole_tap.py Log: pyflakes Modified: branches/manhole-hardcodedkey-8229/twisted/conch/manhole_ssh.py ============================================================================== --- branches/manhole-hardcodedkey-8229/twisted/conch/manhole_ssh.py (original) +++ branches/manhole-hardcodedkey-8229/twisted/conch/manhole_ssh.py Wed Mar 9 02:36:15 2016 @@ -11,7 +11,7 @@ from zope.interface import implementer from twisted.conch import avatar, interfaces as iconch, error as econch -from twisted.conch.ssh import factory, keys, session +from twisted.conch.ssh import factory, session from twisted.python import components from twisted.conch.insults import insults Modified: branches/manhole-hardcodedkey-8229/twisted/conch/manhole_tap.py ============================================================================== --- branches/manhole-hardcodedkey-8229/twisted/conch/manhole_tap.py (original) +++ branches/manhole-hardcodedkey-8229/twisted/conch/manhole_tap.py Wed Mar 9 02:36:15 2016 @@ -12,7 +12,7 @@ from twisted.internet import protocol from twisted.application import service, strports from twisted.cred import portal, checkers -from twisted.python import usage, filepath +from twisted.python import usage from twisted.conch import manhole, manhole_ssh, telnet from twisted.conch.insults import insults