r47022 - pyflakes
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 18 Mar 2016 03:34:37 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl Date: Fri Mar 18 03:34:33 2016 New Revision: 47022 Modified: branches/clarity-sshtransport-8237/twisted/conch/ssh/transport.py Log: pyflakes Modified: branches/clarity-sshtransport-8237/twisted/conch/ssh/transport.py ============================================================================== --- branches/clarity-sshtransport-8237/twisted/conch/ssh/transport.py (original) +++ branches/clarity-sshtransport-8237/twisted/conch/ssh/transport.py Fri Mar 18 03:34:33 2016 @@ -14,7 +14,6 @@ import binascii import hmac -import string import struct import zlib