More lint errors Damn it ... I need to install lint ...
Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/372d03d8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/372d03d8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/372d03d8 Branch: refs/heads/trunk Commit: 372d03d86e7b8e8763707a8dda3dd9177c82832b Parents: 912a5e8 Author: MrBasset <[email protected]> Authored: Mon Sep 21 22:58:46 2015 -0400 Committer: Tomaz Muraus <[email protected]> Committed: Fri Sep 25 12:57:51 2015 +0200 ---------------------------------------------------------------------- libcloud/test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/372d03d8/libcloud/test/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/test/__init__.py b/libcloud/test/__init__.py index 6723ee9..a168630 100644 --- a/libcloud/test/__init__.py +++ b/libcloud/test/__init__.py @@ -203,7 +203,7 @@ class MockHttp(BaseMockHttpObject): def close(self): pass - def set_http_proxy (self, proxy_url): + def set_http_proxy(self, proxy_url): self.proxy_url = proxy_url # Mock request/response example
