summaryrefslogtreecommitdiffstats
path: root/pyload/remote/ThriftBackend.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 02:49:06 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 02:49:06 +0100
commite7cc40202600f85427441e367b18188289e4fbbb (patch)
tree878641d52aafdf9c0c785a6d97db0a8dd6ffdd21 /pyload/remote/ThriftBackend.py
parentRename some events + engage renamed addon methods (diff)
downloadpyload-e7cc40202600f85427441e367b18188289e4fbbb.tar.xz
Clean up some import header
Diffstat (limited to 'pyload/remote/ThriftBackend.py')
-rw-r--r--pyload/remote/ThriftBackend.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyload/remote/ThriftBackend.py b/pyload/remote/ThriftBackend.py
index 7c76c4231..2b46e25c0 100644
--- a/pyload/remote/ThriftBackend.py
+++ b/pyload/remote/ThriftBackend.py
@@ -5,11 +5,11 @@ from os.path import exists
from pyload.manager.RemoteManager import BackendBase
-from thriftbackend.Processor import Processor
-from thriftbackend.Protocol import ProtocolFactory
-from thriftbackend.Socket import ServerSocket
-from thriftbackend.Transport import TransportFactory
-#from thriftbackend.Transport import TransportFactoryCompressed
+from pyload.remote.thriftbackend.Processor import Processor
+from pyload.remote.thriftbackend.Protocol import ProtocolFactory
+from pyload.remote.thriftbackend.Socket import ServerSocket
+from pyload.remote.thriftbackend.Transport import TransportFactory
+#from pyload.remote.thriftbackend.Transport import TransportFactoryCompressed
from thrift.server import TServer