aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing/task.py
Commit message (Collapse)AuthorAgeFilesLines
* Move celery task into own task.pyElrond2012-03-211-0/+78
Move the actual celery task from processing/__init__.py into its own .../task.py. That way it can be imported as needed.