Browse Source

Don't import celery.task (remove it from BUILTIN_MODULES)

Ask Solem 13 years ago
parent
commit
2fb14811fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/loaders/base.py

+ 1 - 1
celery/loaders/base.py

@@ -27,7 +27,7 @@ from ..utils import (cached_property, get_cls_by_name,
 from ..utils.functional import maybe_list
 from ..utils.encoding import safe_str
 
-BUILTIN_MODULES = frozenset(["celery.task"])
+BUILTIN_MODULES = frozenset()
 
 ERROR_ENVVAR_NOT_SET = (
 """The environment variable %r is not set,