diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-29 23:07:32 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-29 23:07:32 +0200 |
commit | 36d3de4d796a5a932246ae944191d33421b764de (patch) | |
tree | 0e209cd5b68829852d063e3addea9faafa0f332c /module/remote/thriftbackend/thriftgen/pyload/Pyload.py | |
parent | better json encoding (diff) | |
download | pyload-36d3de4d796a5a932246ae944191d33421b764de.tar.xz |
fixed name clash in C#
Diffstat (limited to 'module/remote/thriftbackend/thriftgen/pyload/Pyload.py')
-rw-r--r-- | module/remote/thriftbackend/thriftgen/pyload/Pyload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py index 828ff520d..eef9e38e5 100644 --- a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py +++ b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py @@ -5053,7 +5053,7 @@ class getEvents_result(TBase): ] thrift_spec = ( - (0, TType.LIST, 'success', (TType.STRUCT,(Event, Event.thrift_spec)), None, ), # 0 + (0, TType.LIST, 'success', (TType.STRUCT,(EventInfo, EventInfo.thrift_spec)), None, ), # 0 ) def __init__(self, success=None,): |