mirror of
https://github.com/xcat2/confluent.git
synced 2026-07-28 16:49:44 +00:00
5b1e144d32
In python3, a single element reference of a bytes is an int, not equal to a b'' of the same length and value. Change to use slices to have python2 and python3 act the same.