Skip to content

Commit

Permalink
Bug 1348375 - Re-add wildcard imports in treeherder.etl.tasks
Browse files Browse the repository at this point in the history
Since it turns out Celery uses them during task auto-discovery.

This partially reverts commit 6337223.
  • Loading branch information
Ed Morley committed Mar 21, 2017
1 parent 9fdf5d3 commit ae6cc36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions treeherder/etl/tasks/__init__.py
@@ -0,0 +1,5 @@
# Used by Celery for task auto-discovery.
from .buildapi_tasks import * # noqa
from .pulse_tasks import * # noqa
from .classification_mirroring_tasks import * # noqa
from .tasks import * # noqa

0 comments on commit ae6cc36

Please sign in to comment.