Switching both gettext calls to _() so babel can find/extract them.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 14 Dec 2012 16:49:05 +0000 (10:49 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 14 Dec 2012 16:49:05 +0000 (10:49 -0600)
commit00da119ec30742ec37df37022d7a15bfd4c3cf07
treed3bce37ba8f7a8e4d4332959b93d131ebb18cd61
parentcc81b5e55e6cead9e926e8ca11876f8511e6d4c6
Switching both gettext calls to _() so babel can find/extract them.

Babel looks for _() and gettext() so this is necessary.
mediagoblin/tools/response.py