diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-03-28 22:37:38 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:47:21 +0200 |
commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
tree | fad17453cbf07ab91d81265f618b35622580f7ef /module/remote/thriftbackend/thriftgen | |
parent | Remove bad whitespaces (diff) | |
download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'module/remote/thriftbackend/thriftgen')
3 files changed, 0 insertions, 3 deletions
diff --git a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py index 78a42f16a..a61ecf8fe 100644 --- a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py +++ b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py @@ -5531,4 +5531,3 @@ class setCaptchaResult_result(TBase): thrift_spec = ( ) - diff --git a/module/remote/thriftbackend/thriftgen/pyload/constants.py b/module/remote/thriftbackend/thriftgen/pyload/constants.py index f8960dc63..d1f015464 100644 --- a/module/remote/thriftbackend/thriftgen/pyload/constants.py +++ b/module/remote/thriftbackend/thriftgen/pyload/constants.py @@ -8,4 +8,3 @@ from thrift.Thrift import TType, TMessageType, TException from ttypes import * - diff --git a/module/remote/thriftbackend/thriftgen/pyload/ttypes.py b/module/remote/thriftbackend/thriftgen/pyload/ttypes.py index 1299b515d..58fff20ad 100644 --- a/module/remote/thriftbackend/thriftgen/pyload/ttypes.py +++ b/module/remote/thriftbackend/thriftgen/pyload/ttypes.py @@ -832,4 +832,3 @@ class ServiceException(TExceptionBase): def __str__(self): return repr(self) - |