diff options
author | David Arthur <mumrah@gmail.com> | 2012-10-02 12:20:57 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2012-10-02 12:20:57 -0400 |
commit | c448bf367036d3a3c04ee553987da6be64820d00 (patch) | |
tree | 56d0b92f5c389251376b72901daf9d22a0caf454 /test/integration.py | |
parent | c99d4119f2d6d0fdee38a159e1c845e42cf398b1 (diff) | |
download | kafka-python-c448bf367036d3a3c04ee553987da6be64820d00.tar.gz |
Renaming kafka.py to client.py
Diffstat (limited to 'test/integration.py')
-rw-r--r-- | test/integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration.py b/test/integration.py index 197f5ec..03e988e 100644 --- a/test/integration.py +++ b/test/integration.py @@ -11,7 +11,7 @@ from threading import Thread, Event import time import unittest -from kafka.kafka import KafkaClient, ProduceRequest, FetchRequest +from kafka.client import KafkaClient, ProduceRequest, FetchRequest def get_open_port(): sock = socket.socket() |