From ef15effba39ebcba190180fbf1f8265df237bfee Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 11 Feb 2011 15:00:54 +0100 Subject: closed #239 --- module/remote/thriftbackend/thriftgen/pyload/Pyload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/remote/thriftbackend/thriftgen/pyload/Pyload.py') diff --git a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py index 0f7e0297f..51d76d46c 100644 --- a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py +++ b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py @@ -4171,7 +4171,7 @@ class statusDownloads_result: """ thrift_spec = ( - (0, TType.LIST, 'success', (TType.STRUCT,(DownloadStatus, DownloadStatus.thrift_spec)), None, ), # 0 + (0, TType.LIST, 'success', (TType.STRUCT,(DownloadInfo, DownloadInfo.thrift_spec)), None, ), # 0 ) def __init__(self, success=None,): @@ -4191,7 +4191,7 @@ class statusDownloads_result: self.success = [] (_etype79, _size76) = iprot.readListBegin() for _i80 in xrange(_size76): - _elem81 = DownloadStatus() + _elem81 = DownloadInfo() _elem81.read(iprot) self.success.append(_elem81) iprot.readListEnd() -- cgit v1.2.3