Move mediagoblin.celery_setup -> mediagoblin.init.celery

As the first target of the new .init. submodule move
celery_setup there. Quite straight forward, just a lot of
places to change.
This commit is contained in:
Elrond
2011-06-19 23:09:35 +02:00
parent 1b579e18d8
commit 073b61fe53
10 changed files with 12 additions and 12 deletions

View File

@@ -150,7 +150,7 @@ celeryd in another window.
Run::
CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_celery ./bin/celeryd
CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery ./bin/celeryd
Running the test suite