summaryrefslogtreecommitdiffstats
path: root/pyload/remote/socketbackend
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/remote/socketbackend')
-rw-r--r--pyload/remote/socketbackend/create_ttypes.py5
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