Skip to content
Snippets Groups Projects
Commit 7dea5c1d authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed old callers import

parent bc1208b9
No related branches found
No related tags found
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment