Skip to content

Commit bbe8df5

Browse files
committed
Merge pull request celery#1992 from iandees/patch-1
Correct import in security docs
2 parents 30def21 + 6373b5a commit bbe8df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ with the private key and certificate files located in `/etc/ssl`.
168168
CELERY_SECURITY_KEY = '/etc/ssl/private/worker.key'
169169
CELERY_SECURITY_CERTIFICATE = '/etc/ssl/certs/worker.pem'
170170
CELERY_SECURITY_CERT_STORE = '/etc/ssl/certs/*.pem'
171-
from celery import setup_security
171+
from celery.security import setup_security
172172
setup_security()
173173
174174
.. note::

0 commit comments

Comments
 (0)