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:
committed by
Jiaqiang Xu
parent
f014fc5263
commit
9a1858aea5
@@ -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
|
||||
|
Reference in New Issue
Block a user