1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-06 23:30:35 +00:00

Remove fcall and fret

This commit is contained in:
plt
2012-06-04 00:19:16 +08:00
parent 4b51d49593
commit 84d8110465
16 changed files with 574 additions and 417 deletions

View File

@@ -3,6 +3,8 @@ import sys
import socket
from struct import pack, unpack
sys.path += ['..']
from pysearpc import SearpcClient, searpc_func
SERVER_ADDR = '127.0.0.1'