summaryrefslogtreecommitdiff
path: root/kafka/vendor/enum34.py
Commit message (Collapse)AuthorAgeFilesLines
* Vendor enum34Jeff Widman2018-10-221-0/+841
This is needed for https://github.com/dpkp/kafka-python/pull/1540 While the usage there is trivial and could probably be worked around, I'd rather vendor it so that future code can use enums... since `enum` is already available in the python 3 stdlib, this will be easy enough to eventually stop vendoring whenever we finally drop python 2 support.