diff options
author | 2014-12-11 02:49:06 +0100 | |
---|---|---|
committer | 2014-12-11 02:49:06 +0100 | |
commit | e7cc40202600f85427441e367b18188289e4fbbb (patch) | |
tree | 878641d52aafdf9c0c785a6d97db0a8dd6ffdd21 /pyload/remote/thriftbackend/ThriftClient.py | |
parent | Rename some events + engage renamed addon methods (diff) | |
download | pyload-e7cc40202600f85427441e367b18188289e4fbbb.tar.xz |
Clean up some import header
Diffstat (limited to 'pyload/remote/thriftbackend/ThriftClient.py')
-rw-r--r-- | pyload/remote/thriftbackend/ThriftClient.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/remote/thriftbackend/ThriftClient.py b/pyload/remote/thriftbackend/ThriftClient.py index d7b0d2919..d5159320e 100644 --- a/pyload/remote/thriftbackend/ThriftClient.py +++ b/pyload/remote/thriftbackend/ThriftClient.py @@ -17,8 +17,8 @@ from Protocol import Protocol # modules should import ttypes from here, when want to avoid importing API -from thriftgen.pyload import Pyload -from thriftgen.pyload.ttypes import * +from pyload.remote.thriftbackend.thriftgen.pyload import Pyload +from pyload.remote.thriftbackend.thriftgen.pyload.ttypes import * ConnectionClosed = TTransport.TTransportException |