summaryrefslogtreecommitdiff
path: root/kafka/protocol.py
diff options
context:
space:
mode:
authorJoe Crobak <joe@projectfla.com>2013-10-21 20:07:43 +0000
committerJoe Crobak <joe@projectfla.com>2013-10-21 20:28:23 +0000
commitda255638aa27e42e42f73356d4d25c2c3c40ea3a (patch)
treee28bec83c59b547ef3da6295d3b666fefd75b972 /kafka/protocol.py
parent33cde520de9067845d4c7159a2c2834846e1957f (diff)
downloadkafka-python-da255638aa27e42e42f73356d4d25c2c3c40ea3a.tar.gz
Enable absolute imports for modules using Queue.
When running on Linux with code on a case-insensitive file system, imports of the `Queue` module fail because python resolves the wrong file (It is trying to use a relative import of `queue.py` in the kafka directory). This change forces absolute imports via PEP328.
Diffstat (limited to 'kafka/protocol.py')
0 files changed, 0 insertions, 0 deletions