summaryrefslogtreecommitdiff
path: root/kombu/log.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-07-16 13:33:32 -0700
committerAsk Solem <ask@celeryproject.org>2016-07-16 13:34:08 -0700
commit85c191a48ace265836bbce39a2c8a5fab98833b8 (patch)
tree74f0aa9d37b8557db5fb5c18964713726c26ad82 /kombu/log.py
parent2358f990d5dcccd10a024fa7bb9fba57a19357bc (diff)
downloadkombu-85c191a48ace265836bbce39a2c8a5fab98833b8.tar.gz
Reorganizes kombu.utils.__init__ package
Diffstat (limited to 'kombu/log.py')
-rw-r--r--kombu/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/log.py b/kombu/log.py
index 92a9bb21..7428e5e1 100644
--- a/kombu/log.py
+++ b/kombu/log.py
@@ -8,9 +8,9 @@ import sys
from logging.handlers import WatchedFileHandler
from .five import string_t
-from .utils import cached_property
from .utils.encoding import safe_repr, safe_str
from .utils.functional import maybe_evaluate
+from .utils.objects import cached_property
__all__ = ['LogMixin', 'LOG_LEVELS', 'get_loglevel', 'setup_logging']