From c33367091b2e89ff35a7e19a8b3eb40777d2143e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 15 Dec 2011 14:12:01 -0800 Subject: [PATCH] note about import --- celeryconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/celeryconfig.py b/celeryconfig.py index 54399c3..d344271 100644 --- a/celeryconfig.py +++ b/celeryconfig.py @@ -1,4 +1,5 @@ -import here +import here # so that the vendor lib is available later + # http://docs.celeryproject.org/en/latest/tutorials/otherqueues.html#redis BROKER_TRANSPORT = "redis"