Code

- fix coding style from yesterday
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 9 Apr 2010 09:49:06 +0000 (09:49 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 9 Apr 2010 09:49:06 +0000 (09:49 +0000)
commitdb4c2e6f8f43080f51c832d2fbad73c8ffdd16ec
treeef53127d9863d7182e6d9c0ffae96f5325026c18
parentffda1626e4b69adccdf76aa1755d291edcb24949
- fix coding style from yesterday
- Allow encoding of parameters as "Binary" (this is encoded as base64 in
  xmlrpc). Example:
  s.create("file", "name=bla", "type=application/octet-stream",
    xmlrpclib.Binary("content=\0"))

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4477 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/xmlrpc.py