summaryrefslogtreecommitdiff
path: root/benchmarks/varint_speed.py
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-10-22 01:24:50 -0700
committerJeff Widman <jeff@jeffwidman.com>2018-10-22 14:30:33 -0700
commitb83feeca2ec6f6ad745fb7ea47c6484304bb55d8 (patch)
tree7580e387521b388f3af629b9d25278faa26ee349 /benchmarks/varint_speed.py
parenta6be21e7b3a20ce2e25ef26140c43b59cc356f38 (diff)
downloadkafka-python-b83feeca2ec6f6ad745fb7ea47c6484304bb55d8.tar.gz
Vendor `six` consistently
Use vendored `six`, and also `six.moves.range` rather than `xrange`
Diffstat (limited to 'benchmarks/varint_speed.py')
-rw-r--r--benchmarks/varint_speed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/varint_speed.py b/benchmarks/varint_speed.py
index 2c5cd62..624a12a 100644
--- a/benchmarks/varint_speed.py
+++ b/benchmarks/varint_speed.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from __future__ import print_function
import perf
-import six
+from kafka.vendor import six
test_data = [