r46983 - pyflakes
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 10 Mar 2016 23:40:33 -0700 (MST)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl Date: Thu Mar 10 23:40:29 2016 New Revision: 46983 Modified: branches/manhole-hardcodedkey-8229/twisted/conch/ssh/keys.py branches/manhole-hardcodedkey-8229/twisted/python/_appdirs.py Log: pyflakes Modified: branches/manhole-hardcodedkey-8229/twisted/conch/ssh/keys.py ============================================================================== --- branches/manhole-hardcodedkey-8229/twisted/conch/ssh/keys.py (original) +++ branches/manhole-hardcodedkey-8229/twisted/conch/ssh/keys.py Thu Mar 10 23:40:29 2016 @@ -34,7 +34,7 @@ from twisted.conch.ssh import common, sexpy from twisted.conch.ssh.common import int_from_bytes, int_to_bytes -from twisted.python import randbytes, filepath +from twisted.python import randbytes from twisted.python.compat import iterbytes, long, izip, nativeString, _PY3 from twisted.python.deprecate import deprecated, getDeprecationWarningString from twisted.python.versions import Version Modified: branches/manhole-hardcodedkey-8229/twisted/python/_appdirs.py ============================================================================== --- branches/manhole-hardcodedkey-8229/twisted/python/_appdirs.py (original) +++ branches/manhole-hardcodedkey-8229/twisted/python/_appdirs.py Thu Mar 10 23:40:29 2016 @@ -11,7 +11,6 @@ import inspect from twisted.python.compat import currentframe -from twisted.python.reflect import qual def getDataDirectory(moduleName=None):