from MiscUtils.PickleRPC import Server
server = Server('http://localhost/cgi-bin/wkcgi.cgi/Dill')
f = server.GetFn()
if f: print 'yay!'
