From e811e55a8e8e451c6fc7b723f26a6351f997a14e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 14 Feb 2011 14:26:29 +0100 Subject: some parts of cli working again --- module/remote/thriftbackend/ThriftClient.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'module/remote/thriftbackend/ThriftClient.py') diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py index 16bba7d1f..c6a48df2b 100644 --- a/module/remote/thriftbackend/ThriftClient.py +++ b/module/remote/thriftbackend/ThriftClient.py @@ -14,6 +14,11 @@ from Socket import Socket from Protocol import Protocol from thriftgen.pyload import Pyload +from thriftgen.pyload.Pyload import PackageDoesNotExists +from thriftgen.pyload.Pyload import FileDoesNotExists + + +ConnectionClosed = TTransport.TTransportException class WrongLogin(Exception): pass -- cgit v1.2.3