diff options
author | Joe Crobak <joe@projectfla.com> | 2013-10-21 20:07:43 +0000 |
---|---|---|
committer | Joe Crobak <joe@projectfla.com> | 2013-10-21 20:28:23 +0000 |
commit | da255638aa27e42e42f73356d4d25c2c3c40ea3a (patch) | |
tree | e28bec83c59b547ef3da6295d3b666fefd75b972 /kafka/protocol.py | |
parent | 33cde520de9067845d4c7159a2c2834846e1957f (diff) | |
download | kafka-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