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:
parent
8839540656
commit
4bdee988b6
Loading…
x
Reference in New Issue
Block a user