You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/12/08 01:01:54 UTC

[2/4] git commit: Remove NODE_STATE_MAP attribute from Response class. No idea how this got here.

Remove NODE_STATE_MAP attribute from Response class. No idea how this got here.


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

Branch: refs/heads/trunk
Commit: 80687021d35023f60ad99b4e77197b6a595f95c0
Parents: 66d9e18
Author: Tomaz Muraus <to...@apache.org>
Authored: Sat Dec 7 23:55:16 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sat Dec 7 23:56:03 2013 +0100

----------------------------------------------------------------------
 libcloud/common/base.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/80687021/libcloud/common/base.py
----------------------------------------------------------------------
diff --git a/libcloud/common/base.py b/libcloud/common/base.py
index a57f658..940f83e 100644
--- a/libcloud/common/base.py
+++ b/libcloud/common/base.py
@@ -66,9 +66,8 @@ class HTTPResponse(httplib.HTTPResponse):
 
 class Response(object):
     """
-    A Base Response class to derive from.
+    A base Response class to derive from.
     """
-    NODE_STATE_MAP = {}
 
     object = None
     body = None