Convert return HttpException to raise HttpException
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Sun, 23 Dec 2012 10:58:51 +0000 (11:58 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Sun, 23 Dec 2012 10:58:51 +0000 (11:58 +0100)
commitcfa922295e5ddfaab336a3c2c0403422f77758b6
treef24dcebc6214e2804646c04ff801886b8a11c4b5
parent785b287fcb42ac9130b222006097e3f68cec3543
Convert return HttpException to raise HttpException

controllers (view function) raise HttpException's and do not return them.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/admin/views.py
mediagoblin/decorators.py
mediagoblin/edit/views.py
mediagoblin/meddleware/csrf.py
mediagoblin/plugins/api/tools.py
mediagoblin/plugins/api/views.py