Fix pylint in demos/secrets.py-dist file.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c7cce02d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c7cce02d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c7cce02d Branch: refs/heads/trunk Commit: c7cce02dbd1a54edeccda07dc910c87d4c16fbe2 Parents: a5622b1 Author: Tomaz Muraus <to...@tomaz.me> Authored: Fri Apr 7 11:40:26 2017 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Fri Apr 7 11:40:26 2017 +0200 ---------------------------------------------------------------------- demos/secrets.py-dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c7cce02d/demos/secrets.py-dist ---------------------------------------------------------------------- diff --git a/demos/secrets.py-dist b/demos/secrets.py-dist index a4c52c5..57e7500 100644 --- a/demos/secrets.py-dist +++ b/demos/secrets.py-dist @@ -21,8 +21,9 @@ BRIGHTBOX_PARAMS = ('client_id', 'client_secret') EC2_PARAMS = ('access_id', 'secret') ECP_PARAMS = ('user_name', 'password') GANDI_PARAMS = ('user',) -GCE_PARAMS = ('em...@developer.gserviceaccount.com', 'key') # Service Account Authentication -#GCE_PARAMS = ('client_id', 'client_secret') # Installed App Authentication +# Service Account Authentication +GCE_PARAMS = ('em...@developer.gserviceaccount.com', 'key') +# GCE_PARAMS = ('client_id', 'client_secret') # Installed App Authentication GCE_KEYWORD_PARAMS = {'project': 'project_name'} HOSTINGCOM_PARAMS = ('user', 'secret') IBM_PARAMS = ('user', 'secret')