1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-10 09:09:00 +00:00

support python3 (#35)

* use searpc-named-pipe-transport

* delete unused files

* remove not threaded rpc

* use NamedPipeClient

* remove not threaded rpc

* remove unused code

* remove unused rpc function

* remove unused code and source files

* Add name of rpc named pipe to ccent.h.
This commit is contained in:
Xiangyue Cai
2019-07-25 11:59:28 +08:00
committed by Jiaqiang Xu
parent f014fc5263
commit 9a1858aea5
31 changed files with 27 additions and 2681 deletions

View File

@@ -1,7 +1 @@
from ccnet.errors import NetworkError
from ccnet.sync_client import SyncClient
from ccnet.pool import ClientPool
from ccnet.rpc import RpcClientBase, CcnetRpcClient, CcnetThreadedRpcClient
from ccnet.message import Message
from ccnet.rpc import CcnetThreadedRpcClient