Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75F5D18925 for ; Fri, 25 Sep 2015 11:13:09 +0000 (UTC) Received: (qmail 32167 invoked by uid 500); 25 Sep 2015 11:13:09 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 32120 invoked by uid 500); 25 Sep 2015 11:13:09 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 32097 invoked by uid 500); 25 Sep 2015 11:13:09 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 32094 invoked by uid 99); 25 Sep 2015 11:13:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 11:13:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E822DE00DE; Fri, 25 Sep 2015 11:13:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Fri, 25 Sep 2015 11:13:09 -0000 Message-Id: <2b23f907a2fb42f0abbb9b55fb677c6e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/6] libcloud git commit: More lint errors More lint errors Damn it ... I need to install lint ... Signed-off-by: Tomaz Muraus 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 Authored: Mon Sep 21 22:58:46 2015 -0400 Committer: Tomaz Muraus 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