#!/usr/bin/python
from xmlrpclib import ServerProxy
server = ServerProxy("http://meta.b.lab.net:9000/RPC2/")
print server.system.listMethods()

