summaryrefslogtreecommitdiff
path: root/test/unit.py
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2012-10-02 12:20:57 -0400
committerDavid Arthur <mumrah@gmail.com>2012-10-02 12:20:57 -0400
commitc448bf367036d3a3c04ee553987da6be64820d00 (patch)
tree56d0b92f5c389251376b72901daf9d22a0caf454 /test/unit.py
parentc99d4119f2d6d0fdee38a159e1c845e42cf398b1 (diff)
downloadkafka-python-c448bf367036d3a3c04ee553987da6be64820d00.tar.gz
Renaming kafka.py to client.py
Diffstat (limited to 'test/unit.py')
-rw-r--r--test/unit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.py b/test/unit.py
index 2db0857..6ca3564 100644
--- a/test/unit.py
+++ b/test/unit.py
@@ -3,7 +3,7 @@ import random
import struct
import unittest
-from kafka.kafka import KafkaClient, ProduceRequest, FetchRequest, length_prefix_message
+from kafka.client import KafkaClient, ProduceRequest, FetchRequest, length_prefix_message
from kafka.codec import gzip_encode, gzip_decode
ITERATIONS = 1000