From 6531a5f08700239b23e2ab78e240801440dca513 Mon Sep 17 00:00:00 2001 From: Isaac Bowen Date: Thu, 18 Oct 2012 10:02:31 -0500 Subject: use ElementList instead of Element for boto.mws.response.GetReportRequestListResult.ReportRequestInfo --- boto/mws/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boto/mws') diff --git a/boto/mws/response.py b/boto/mws/response.py index c95aadb5..85a90eec 100644 --- a/boto/mws/response.py +++ b/boto/mws/response.py @@ -266,7 +266,7 @@ class RequestReportResult(ResponseElement): class GetReportRequestListResult(RequestReportResult): - ReportRequestInfo = Element() + ReportRequestInfo = ElementList() class GetReportRequestListByNextTokenResult(GetReportRequestListResult): -- cgit v1.2.1