/ Published in: Python
Expand |
Embed | Plain Text
import xmlrpclib snipplr=xmlrpclib.ServerProxy('http://snipplr.com/xml-rpc.php') language_list=snipplr.languages.list()
You need to login to post a comment.
import xmlrpclib snipplr=xmlrpclib.ServerProxy('http://snipplr.com/xml-rpc.php') language_list=snipplr.languages.list()
You need to login to post a comment.