You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/06/21 08:42:56 UTC

[4/4] git commit: updated refs/heads/master to a7ef5c3

pep8 - long line complaint.

.. and inline comment complaint.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: a7ef5c343b96ec5f6a948b3bf4c4c311cca51858
Parents: 6b34943
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Fri Jun 21 12:10:29 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Fri Jun 21 12:12:29 2013 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/cloudstackConnection.py | 2 +-
 tools/marvin/marvin/jsonHelper.py           | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a7ef5c34/tools/marvin/marvin/cloudstackConnection.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/cloudstackConnection.py b/tools/marvin/marvin/cloudstackConnection.py
index b092ef0..9ccf5e2 100644
--- a/tools/marvin/marvin/cloudstackConnection.py
+++ b/tools/marvin/marvin/cloudstackConnection.py
@@ -38,7 +38,7 @@ class cloudConnection(object):
                  apiKey=None, securityKey=None,
                  asyncTimeout=3600, logging=None, scheme='http',
                  path='client/api'):
-        self.loglevel() #Turn off requests logs
+        self.loglevel()  # Turn off requests logs
         self.apiKey = apiKey
         self.securityKey = securityKey
         self.mgtSvr = mgtSvr

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a7ef5c34/tools/marvin/marvin/jsonHelper.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/jsonHelper.py b/tools/marvin/marvin/jsonHelper.py
index a583d1d..f940508 100644
--- a/tools/marvin/marvin/jsonHelper.py
+++ b/tools/marvin/marvin/jsonHelper.py
@@ -241,7 +241,8 @@ if __name__ == "__main__":
     "queryasyncjobresultresponse" : {
         "errorcode" : 431,
         "errortext" :
-"Unable to execute API command queryasyncjobresultresponse due to missing parameter jobid"
+"Unable to execute API command queryasyncjobresultresponse \
+due to missing parameter jobid"
     }
 }'''
     try: