From e7cc40202600f85427441e367b18188289e4fbbb Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 11 Dec 2014 02:49:06 +0100 Subject: Clean up some import header --- pyload/remote/thriftbackend/ThriftTest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/remote/thriftbackend/ThriftTest.py') diff --git a/pyload/remote/thriftbackend/ThriftTest.py b/pyload/remote/thriftbackend/ThriftTest.py index 7243cc6f2..05c6ba40e 100644 --- a/pyload/remote/thriftbackend/ThriftTest.py +++ b/pyload/remote/thriftbackend/ThriftTest.py @@ -6,8 +6,8 @@ from os.path import join, abspath, dirname path = join((abspath(dirname(__file__))), "..", "..", "lib") sys.path.append(path) -from thriftgen.pyload import Pyload -from thriftgen.pyload.ttypes import * +from pyload.remote.thriftbackend.thriftgen.pyload import Pyload +from pyload.remote.thriftbackend.thriftgen.pyload.ttypes import * from Socket import Socket from thrift import Thrift -- cgit v1.2.3