Repository: libcloud
Updated Branches:
  refs/heads/trunk c7e18f2b5 -> 09a769099


Adding a new line.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/eb64253c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/eb64253c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/eb64253c

Branch: refs/heads/trunk
Commit: eb64253c828787028c50792d5ad0f0235f850b78
Parents: a6d11ab
Author: utam0k <utam0k.k...@gmail.com>
Authored: Thu Jun 22 15:32:54 2017 +0900
Committer: utam0k <utam0k.k...@gmail.com>
Committed: Thu Jun 22 15:32:54 2017 +0900

----------------------------------------------------------------------
 libcloud/common/aws.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/eb64253c/libcloud/common/aws.py
----------------------------------------------------------------------
diff --git a/libcloud/common/aws.py b/libcloud/common/aws.py
index f9b80e8..900724b 100644
--- a/libcloud/common/aws.py
+++ b/libcloud/common/aws.py
@@ -130,6 +130,7 @@ class AWSGenericResponse(AWSBaseResponse):
 
 
 class AWSTokenConnection(ConnectionUserAndKey):
+
     def __init__(self, user_id, key, secure=True,
                  host=None, port=None, url=None, timeout=None, proxy_url=None,
                  token=None, retry_delay=None, backoff=None):

Reply via email to