diff options
| -rw-r--r-- | bitbake/lib/bb/asyncrpc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/asyncrpc/__init__.py b/bitbake/lib/bb/asyncrpc/__init__.py index b2bec31ab2..c2f2b3c00b 100644 --- a/bitbake/lib/bb/asyncrpc/__init__.py +++ b/bitbake/lib/bb/asyncrpc/__init__.py | |||
| @@ -28,4 +28,4 @@ def chunkify(msg, max_chunk): | |||
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | from .client import AsyncClient, Client | 30 | from .client import AsyncClient, Client |
| 31 | from .serv import AsyncServer, AsyncServerConnection | 31 | from .serv import AsyncServer, AsyncServerConnection, ClientError, ServerError |
