Move celery task into own task.py
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 21 Mar 2012 10:39:52 +0000 (11:39 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 21 Mar 2012 11:12:07 +0000 (12:12 +0100)
commiteace050a7d41333e659f049d61b7505fc5fbf627
treebe6848bc5b453e3118d301d940dfdb12ae9284da
parent4bdee988b61d6785e08bfcbf211777a029d65f09
Move celery task into own task.py

Move the actual celery task from processing/__init__.py
into its own .../task.py. That way it can be imported as
needed.
mediagoblin/processing/__init__.py
mediagoblin/processing/task.py [new file with mode: 0644]
mediagoblin/submit/views.py