diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-16 17:12:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-16 17:12:41 +0200 |
commit | 1fdd59172b321fbebf34dc2f9d1b85ad449d42f7 (patch) | |
tree | 78895b14d1d3f9dfbb3de4a7f443c581e68d6cdb /pyload/remote/socketbackend | |
parent | Plugins cleanup (diff) | |
download | pyload-1fdd59172b321fbebf34dc2f9d1b85ad449d42f7.tar.xz |
Fix lib import
Diffstat (limited to 'pyload/remote/socketbackend')
-rw-r--r-- | pyload/remote/socketbackend/create_ttypes.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pyload/remote/socketbackend/create_ttypes.py b/pyload/remote/socketbackend/create_ttypes.py index 8c03b8576..72bc4c231 100644 --- a/pyload/remote/socketbackend/create_ttypes.py +++ b/pyload/remote/socketbackend/create_ttypes.py @@ -5,11 +5,6 @@ import os import platform import sys - -if "64" in platform.machine(): - sys.path.append(os.path.join(pypath, "lib64")) -sys.path.append(os.path.join(pypath, "lib", "Python", "Lib")) - sys.path.append(os.path.join(pypath, "pyload", "remote")) from pyload.remote.thriftbackend.thriftgen.pyload import ttypes |