Explorar el Código

celeryctl: Fixes typo in import. Closes #538

Chris Streeter hace 13 años
padre
commit
fab5b6eee4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/bin/celeryctl.py

+ 1 - 1
celery/bin/celeryctl.py

@@ -12,7 +12,7 @@ from anyjson import deserialize
 
 from celery import __version__
 from celery.app import app_or_default, current_app
-from celeryutils import term
+from celery.utils import term
 
 from celery.bin.base import Command as CeleryCommand