diff options
Diffstat (limited to 'pyload/remote/thriftbackend/ThriftClient.py')
-rw-r--r-- | pyload/remote/thriftbackend/ThriftClient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/thriftbackend/ThriftClient.py b/pyload/remote/thriftbackend/ThriftClient.py index 7c2a1cb01..26658e341 100644 --- a/pyload/remote/thriftbackend/ThriftClient.py +++ b/pyload/remote/thriftbackend/ThriftClient.py @@ -12,7 +12,7 @@ except ImportError: if "64" in platform.machine(): sys.path.append(os.path.join(pypath, "lib64")) - sys.path.append(os.path.join(pypath, "lib")) + sys.path.append(os.path.join(pypath, "lib", "Python", "Lib")) from thrift.transport import TTransport #from thrift.transport.TZlibTransport import TZlibTransport |