From 7dea5c1d41a21342ae6ef6a4714758387f888f25 Mon Sep 17 00:00:00 2001 From: Antoine Millet <antoine.millet@smartjog.com> Date: Wed, 5 Oct 2011 19:24:08 +0200 Subject: [PATCH] Removed old callers import --- sjrpc/core/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sjrpc/core/__init__.py b/sjrpc/core/__init__.py index bcddb07..84a52d8 100644 --- a/sjrpc/core/__init__.py +++ b/sjrpc/core/__init__.py @@ -18,9 +18,7 @@ It also contains a sub-package containing protocols: :mod:`core.protocols`. ''' from sjrpc.core.rpcconnection import * -from sjrpc.core.callers import * from sjrpc.core.exceptions import * from sjrpc.core.async import * -__all__ = ('RpcConnection', 'RpcCaller', - 'ThreadedRpcCaller', 'RpcError', 'AsyncWatcher') +__all__ = ('RpcConnection', 'RpcError', 'AsyncWatcher') -- GitLab