Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 09408f3c1571cbb746da49a1d2f22702 > files > 3032

python-twisted-17.5.0-1.mga6.x86_64.rpm

# testing xmlrpc finger

try:
    # Python 3
    from xmlrpc.client import Server
except ImportError:
    # Python 2
    from xmlrpclib import Server

server = Server('http://127.0.0.1:8000/RPC2')
print(server.getUser('moshez'))