mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-29 12:27:40 +00:00
8a4a219a14
In python3, bytes[n] is an int, but not in python2. Sidestep by doing bytearray() for both, which is consistent between the two.