Factor out the actual calling of the processing.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 17 Dec 2012 18:54:26 +0000 (19:54 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 26 Dec 2012 22:42:26 +0000 (23:42 +0100)
commit86bb44ef121e64e2a2c7ad175af444000a7ca0c9
tree594c719ca85b7a8263b28bf6f949a07e9f9b86fb
parentbe1f0f7d33440d96c2bcc1c7f3dfd5cbb356e54f
Factor out the actual calling of the processing.

Calling the processing task and handling the exceptions is
easy, but has a bunch of caveats, so factor it out into an
easy callable function.
mediagoblin/submit/lib.py
mediagoblin/submit/views.py