Skip to content

Commit

Permalink
Must import builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 16, 2014
1 parent 079944c commit 1bf2b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions celery/app/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
AppPickler, Settings, bugreport, _unpickle_app, _unpickle_app_v2, appstr,
)

# Load all builtin tasks
from . import builtins # noqa

__all__ = ['Celery']

_EXECV = os.environ.get('FORKED_BY_MULTIPROCESSING')
Expand Down

0 comments on commit 1bf2b08

Please sign in to comment.