Commit 7dea5c1d authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed old callers import

parent bc1208b9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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')