diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:49:06 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:49:06 +0100 |
commit | e7cc40202600f85427441e367b18188289e4fbbb (patch) | |
tree | 878641d52aafdf9c0c785a6d97db0a8dd6ffdd21 /pyload/remote/socketbackend | |
parent | Rename some events + engage renamed addon methods (diff) | |
download | pyload-e7cc40202600f85427441e367b18188289e4fbbb.tar.xz |
Clean up some import header
Diffstat (limited to 'pyload/remote/socketbackend')
-rw-r--r-- | pyload/remote/socketbackend/create_ttypes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/remote/socketbackend/create_ttypes.py b/pyload/remote/socketbackend/create_ttypes.py index be1e2aaea..cf357bd53 100644 --- a/pyload/remote/socketbackend/create_ttypes.py +++ b/pyload/remote/socketbackend/create_ttypes.py @@ -7,8 +7,8 @@ from os.path import abspath, dirname, join sys.path.append(join(pypath, "pyload", "lib")) sys.path.append(join(pypath, "pyload", "remote")) -from thriftbackend.thriftgen.pyload import ttypes -from thriftbackend.thriftgen.pyload.Pyload import Iface +from pyload.remote.thriftbackend.thriftgen.pyload import ttypes +from pyload.remote.thriftbackend.thriftgen.pyload.Pyload import Iface def main(): |