Files
cgrates/test/test.py
Radu Ioan Fericean db4812cd51 new structure
2012-01-27 14:43:39 +02:00

6 lines
130 B
Python

import simplejsonrpc as jsonrpc
server = jsonrpc.Server("http://localhost:2000/rpc")
print dir(server)
#print server.Get("test")