chiark / gitweb /
fix "fdroidserver/build.py:41: redefinition of unused 'paramiko' from line 39"
authorHans-Christoph Steiner <hans@eds.org>
Fri, 2 May 2014 02:46:51 +0000 (22:46 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 6 May 2014 15:45:02 +0000 (11:45 -0400)
commitd564c37c35b4b3bc77d56ffbb7a63518ca7d5132
tree77712d4be457cd5057c3218e6c5fda3b0edbab39
parent17b7f192b5a6b15198050bfba46c04890e8532e5
fix "fdroidserver/build.py:41: redefinition of unused 'paramiko' from line 39"

pyflakes gave this error based on the `paramiko = None` statement. I used
a different way to test whether paramiko was successfully imported that is
directly based on the relevant Exceptions.
fdroidserver/build.py