Files
deb-python-kafka/kafka/queue.py
Joe Crobak da255638aa 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.
2013-10-21 20:28:23 +00:00

7.4 KiB