Browse Source

Beat: Forgot to import celery.registry

Ask Solem 14 years ago
parent
commit
1875edafdd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/beat.py

+ 1 - 0
celery/beat.py

@@ -13,6 +13,7 @@ from UserDict import UserDict
 from celery import log
 from celery import conf
 from celery import platforms
+from celery import registry
 from celery.execute import send_task
 from celery.schedules import maybe_schedule
 from celery.messaging import establish_connection, TaskPublisher