summaryrefslogtreecommitdiff
path: root/kafka/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/queue.py')
-rw-r--r--kafka/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/queue.py b/kafka/queue.py
index 3bd7dca..41f1c31 100644
--- a/kafka/queue.py
+++ b/kafka/queue.py
@@ -4,7 +4,7 @@ from multiprocessing import Process, Queue, Event
from Queue import Empty
import time
-from .client import KafkaClient, FetchRequest, ProduceRequest
+from kafka.client import KafkaClient, FetchRequest, ProduceRequest
log = logging.getLogger("kafka")