summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend/thriftgen/pyload/Pyload.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-31 23:25:26 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-31 23:25:26 +0200
commitcbd4f4b5375f89362733e10a9b98e5a74c2a5734 (patch)
tree056bb5af9aec5dee164d7f3055819ceb40e92a87 /module/remote/thriftbackend/thriftgen/pyload/Pyload.py
parentFixed free space issue closed #676 (diff)
downloadpyload-cbd4f4b5375f89362733e10a9b98e5a74c2a5734.tar.xz
first js models/views
Diffstat (limited to 'module/remote/thriftbackend/thriftgen/pyload/Pyload.py')
-rw-r--r--module/remote/thriftbackend/thriftgen/pyload/Pyload.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py
index ba5d8cadc..c807d3d9e 100644
--- a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py
+++ b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py
@@ -1,5 +1,5 @@
#
-# Autogenerated by Thrift Compiler (0.9.0-dev)
+# Autogenerated by Thrift Compiler (0.8.0)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
@@ -8,7 +8,7 @@
from thrift.Thrift import TType, TMessageType, TException
from ttypes import *
-from thrift.Thrift import TProcessor
+from thrift.Thrift import TProcessor, TApplicationException
from thrift.protocol.TBase import TBase, TExceptionBase
@@ -5636,7 +5636,7 @@ class getAllFiles_result(TBase):
]
thrift_spec = (
- (0, TType.STRUCT, 'success', (PackageView, PackageView.thrift_spec), None, ), # 0
+ (0, TType.STRUCT, 'success', (TreeCollection, TreeCollection.thrift_spec), None, ), # 0
)
def __init__(self, success=None,):
@@ -5663,7 +5663,7 @@ class getAllUnfinishedFiles_result(TBase):
]
thrift_spec = (
- (0, TType.STRUCT, 'success', (PackageView, PackageView.thrift_spec), None, ), # 0
+ (0, TType.STRUCT, 'success', (TreeCollection, TreeCollection.thrift_spec), None, ), # 0
)
def __init__(self, success=None,):
@@ -5704,7 +5704,7 @@ class getFileTree_result(TBase):
]
thrift_spec = (
- (0, TType.STRUCT, 'success', (PackageView, PackageView.thrift_spec), None, ), # 0
+ (0, TType.STRUCT, 'success', (TreeCollection, TreeCollection.thrift_spec), None, ), # 0
)
def __init__(self, success=None,):
@@ -5745,7 +5745,7 @@ class getUnfinishedFileTree_result(TBase):
]
thrift_spec = (
- (0, TType.STRUCT, 'success', (PackageView, PackageView.thrift_spec), None, ), # 0
+ (0, TType.STRUCT, 'success', (TreeCollection, TreeCollection.thrift_spec), None, ), # 0
)
def __init__(self, success=None,):
@@ -5782,7 +5782,7 @@ class getPackageContent_result(TBase):
]
thrift_spec = (
- (0, TType.STRUCT, 'success', (PackageView, PackageView.thrift_spec), None, ), # 0
+ (0, TType.STRUCT, 'success', (TreeCollection, TreeCollection.thrift_spec), None, ), # 0
)
def __init__(self, success=None,):
@@ -5901,7 +5901,7 @@ class findFiles_result(TBase):
]
thrift_spec = (
- (0, TType.MAP, 'success', (TType.I32,None,TType.STRUCT,(FileInfo, FileInfo.thrift_spec)), None, ), # 0
+ (0, TType.STRUCT, 'success', (TreeCollection, TreeCollection.thrift_spec), None, ), # 0
)
def __init__(self, success=None,):