Turn processing.py into a submodule.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 21 Mar 2012 10:24:16 +0000 (11:24 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 21 Mar 2012 11:11:58 +0000 (12:11 +0100)
commit4bdee988b61d6785e08bfcbf211777a029d65f09
tree8446bdf65217c457e8135806007410d0f578a531
parent8839540656be53cb35b4b6783b69c9187fbbb8e4
Turn processing.py into a submodule.

processing.py -> processing/__init__.py

This is in preparation for splitting processing a bit.
The main reason for the split is celery setup: celery needs
to be setup before even importing and importing and
subclassing some of its parts. So it's better to move the
critical parts into their own submodule and import it as
late as needed.
mediagoblin/processing/__init__.py [moved from mediagoblin/processing.py with 100% similarity]