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_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_util.py') diff --git a/test/test_util.py b/test/test_util.py index fb592e8..a4dbaa5 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import struct -import six +from kafka.vendor import six from . import unittest import kafka.errors -- cgit v1.2.1