Browse Source

celery.beat: Fixed missing import

Ask Solem 15 years ago
parent
commit
ba4436dea4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/beat.py

+ 1 - 0
celery/beat.py

@@ -14,6 +14,7 @@ from celery import log
 from celery import conf
 from celery import registry as _registry
 from celery import platform
+from celery.messaging import establish_connection
 from celery.utils.info import humanize_seconds