diff options
author | David Arthur <mumrah@gmail.com> | 2012-10-02 12:09:19 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2012-10-02 12:09:19 -0400 |
commit | 36b67b79202f8bdeab60de1f4ed582328eeb04db (patch) | |
tree | a907573f3c223cb8b225d734f6b475b9359affc3 /test/unit.py | |
parent | 036af5b997749320a1dd6da5c48c5120e6691365 (diff) | |
download | kafka-python-36b67b79202f8bdeab60de1f4ed582328eeb04db.tar.gz |
Start work on packaging issue #3
Diffstat (limited to 'test/unit.py')
-rw-r--r-- | test/unit.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit.py b/test/unit.py index 5c48f27..c77aa81 100644 --- a/test/unit.py +++ b/test/unit.py @@ -3,8 +3,8 @@ import random import struct import unittest -from kafka import KafkaClient, ProduceRequest, FetchRequest -from kafka import gzip_encode, gzip_decode, length_prefix_message +from kafka.kafka import KafkaClient, ProduceRequest, FetchRequest +from kafka.kafka import gzip_encode, gzip_decode, length_prefix_message ITERATIONS = 1000 STRLEN = 100 |