Skip to content

Commit

Permalink
fix GetReportList response parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Oct 11, 2012
1 parent 9a574fa commit 293ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/mws/response.py
Expand Up @@ -287,7 +287,7 @@ class CancelReportRequestsResult(RequestReportResult):


class GetReportListResult(ResponseElement):
ReportInfo = Element()
ReportInfo = ElementList()


class GetReportListByNextTokenResult(GetReportListResult):
Expand Down

0 comments on commit 293ae43

Please sign in to comment.