Repository: libcloud Updated Branches: refs/heads/trunk bb95abe85 -> 31897dd69
lint fix Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/31897dd6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/31897dd6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/31897dd6 Branch: refs/heads/trunk Commit: 31897dd69fd2bfe4946dc00bcf97efaf26be31ce Parents: bb95abe Author: Anthony Shaw <anthonys...@apache.org> Authored: Sun Oct 9 20:17:16 2016 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Sun Oct 9 20:17:16 2016 +1100 ---------------------------------------------------------------------- libcloud/__init__.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/31897dd6/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index aaa74c6..753b639 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -26,7 +26,6 @@ from libcloud.base import DriverTypeFactoryMap # NOQA from libcloud.base import get_driver # NOQA - try: import paramiko have_paramiko = True