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.
This commit is contained in:
Elrond 2012-03-21 11:24:16 +01:00
parent 8839540656
commit 4bdee988b6