From efcf58b84214aeda6cf79319f182407cde7833a6 Mon Sep 17 00:00:00 2001 From: Mark Roberts Date: Tue, 6 May 2014 21:24:15 -0700 Subject: Attempt to fix travis build. Decrease complexity of service.py in favor of in memory logging. Address code review concerns --- kafka/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kafka/util.py') diff --git a/kafka/util.py b/kafka/util.py index 0577a88..a918234 100644 --- a/kafka/util.py +++ b/kafka/util.py @@ -1,6 +1,6 @@ -import sys -import struct import collections +import struct +import sys from threading import Thread, Event from kafka.common import BufferUnderflowError -- cgit v1.2.1