From c6d86b25be338b78c79ec9a0f20a365e67e36537 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_legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_protocol_legacy.py') diff --git a/test/test_protocol_legacy.py b/test/test_protocol_legacy.py index d705e3a..1341af0 100644 --- a/test/test_protocol_legacy.py +++ b/test/test_protocol_legacy.py @@ -2,7 +2,7 @@ from contextlib import contextmanager import struct -import six +from kafka.vendor import six from mock import patch, sentinel from . import unittest -- cgit v1.2.1