Changes between Version 40 and Version 41 of XmlRpcPlugin


Ignore:
Timestamp:
Aug 19, 2006, 5:26:56 AM (18 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v40 v41  
    133133server = xmlrpclib.ServerProxy("http://athomas:password@localhost:8080/trunk/login/xmlrpc")
    134134
    135 server.wiki.putAttachment('WikiStart/t.py', 'A cool Pythons script', xmlrpclib.Binary(open('t.py').read()))
     135server.wiki.putAttachment('WikiStart/t.py', xmlrpclib.Binary(open('t.py').read()))
    136136}}}
    137137