Fixes issue662, MediaGoblin was broken by recent WebOb release.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 15 Oct 2011 21:46:04 +0000 (16:46 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 15 Oct 2011 21:46:04 +0000 (16:46 -0500)
commited594264664f0e0aca00de4f962d267750b21fd1
tree931a993c7586c884c607c298ebc928fe7943b4b4
parentf693f9af88215b40ae7c7e2adb4f39fb7fd3b096
Fixes issue662, MediaGoblin was broken by recent WebOb release.

From WebOb release notes:

  "Accept.best_matches() is gone; use list(request.accept) or
  request.accept.best_match(..) instead (applies to all Accept-*
  headers) or similar with request.accept_language."

... seems that's what borked it...
mediagoblin/tools/translate.py