From 73ede837c8b9a31a8bd0b380d2246fba67bddd89 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 20 Sep 2011 20:41:45 +0200 Subject: general JSON API, url parser --- module/remote/thriftbackend/ThriftClient.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/remote/thriftbackend/ThriftClient.py') diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py index 3b6a56448..27cb89b0d 100644 --- a/module/remote/thriftbackend/ThriftClient.py +++ b/module/remote/thriftbackend/ThriftClient.py @@ -17,9 +17,7 @@ from Protocol import Protocol from thriftgen.pyload import Pyload from thriftgen.pyload.ttypes import * -from thriftgen.pyload.Pyload import PackageDoesNotExists -from thriftgen.pyload.Pyload import FileDoesNotExists - +from thriftgen.pyload.Pyload import PackageDoesNotExists, FileDoesNotExists ConnectionClosed = TTransport.TTransportException -- cgit v1.2.3