From b83feeca2ec6f6ad745fb7ea47c6484304bb55d8 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 22 Oct 2018 01:24:50 -0700 Subject: Vendor `six` consistently Use vendored `six`, and also `six.moves.range` rather than `xrange` --- test/test_protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_protocol.py') diff --git a/test/test_protocol.py b/test/test_protocol.py index d963650..7abcefb 100644 --- a/test/test_protocol.py +++ b/test/test_protocol.py @@ -3,7 +3,7 @@ import io import struct import pytest -import six +from kafka.vendor import six from kafka.protocol.api import RequestHeader from kafka.protocol.commit import GroupCoordinatorRequest -- cgit v1.2.1