Updates:
Labels: -Type-Defect Type-Task
Comment #3 on issue 385 by albrecht.andi: upload.py should use OAuth 2.0
http://code.google.com/p/rietveld/issues/detail?id=385
Since ClientLogin is deprecated, we should do something until somewhere in
2014.
But I find it quite important that we are able to communicate with the
server without any additional dependencies other than what comes with the
Python standard library.
It seems quite common that projects which use Rietveld just place a copy of
upload.py (eventually with some project-specific customizations) in
their "tools" folder and it just works without any additional setup. IMO it
would be great if we could keep this working that way.