summaryrefslogtreecommitdiffstats
path: root/pyload/remote/thriftbackend/Processor.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/Processor.py
parentRename some events + engage renamed addon methods (diff)
downloadpyload-e7cc40202600f85427441e367b18188289e4fbbb.tar.xz
Clean up some import header
Diffstat (limited to 'pyload/remote/thriftbackend/Processor.py')
-rw-r--r--pyload/remote/thriftbackend/Processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/thriftbackend/Processor.py b/pyload/remote/thriftbackend/Processor.py
index a8b87c82c..683697d1c 100644
--- a/pyload/remote/thriftbackend/Processor.py
+++ b/pyload/remote/thriftbackend/Processor.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from thriftgen.pyload import Pyload
+from pyload.remote.thriftbackend.thriftgen.pyload import Pyload
class Processor(Pyload.Processor):
def __init__(self, *args, **kwargs):