summaryrefslogtreecommitdiff
path: root/kombu/async/hub.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/async/hub.py')
-rw-r--r--kombu/async/hub.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kombu/async/hub.py b/kombu/async/hub.py
index cf2abde8..5e3da78d 100644
--- a/kombu/async/hub.py
+++ b/kombu/async/hub.py
@@ -12,8 +12,9 @@ from vine import Thenable, promise
from kombu.five import Empty, python_2_unicode_compatible, range
from kombu.log import get_logger
-from kombu.utils import cached_property, fileno
+from kombu.utils.compat import fileno
from kombu.utils.eventio import READ, WRITE, ERR, poll
+from kombu.utils.objects import cached_property
from .timer import Timer