diff options
| author | 2014-03-28 22:37:38 +0100 | |
|---|---|---|
| committer | 2014-06-28 02:47:21 +0200 | |
| commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
| tree | fad17453cbf07ab91d81265f618b35622580f7ef /module/lib/thrift/protocol | |
| parent | Remove bad whitespaces (diff) | |
| download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz | |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'module/lib/thrift/protocol')
| -rw-r--r-- | module/lib/thrift/protocol/TBase.py | 1 | ||||
| -rw-r--r-- | module/lib/thrift/protocol/TProtocol.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/module/lib/thrift/protocol/TBase.py b/module/lib/thrift/protocol/TBase.py index 514ba44e7..08e154026 100644 --- a/module/lib/thrift/protocol/TBase.py +++ b/module/lib/thrift/protocol/TBase.py @@ -69,4 +69,3 @@ class TExceptionBase(Exception): __ne__ = TBase.__ne__.im_func read = TBase.read.im_func write = TBase.write.im_func - diff --git a/module/lib/thrift/protocol/TProtocol.py b/module/lib/thrift/protocol/TProtocol.py index f987026d9..e23774784 100644 --- a/module/lib/thrift/protocol/TProtocol.py +++ b/module/lib/thrift/protocol/TProtocol.py @@ -401,4 +401,3 @@ class TProtocolBase: class TProtocolFactory: def getProtocol(self, trans): pass - |
