Support Python 3 using six
This commit is contained in:
parent
d653a3a3f7
commit
eedb4c4b73
67 changed files with 455 additions and 255 deletions
|
|
@ -139,7 +139,7 @@ class InstanceResponse(BaseResponse):
|
|||
|
||||
def _dot_value_instance_attribute_handler(self):
|
||||
attribute_key = None
|
||||
for key, value in self.querystring.iteritems():
|
||||
for key, value in self.querystring.items():
|
||||
if '.Value' in key:
|
||||
attribute_key = key
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue