diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-23 13:10:43 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-23 13:10:43 -0700 |
commit | 583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b (patch) | |
tree | e5d649029cd4960a4f00ccd16f5837de45f4d699 /test/test_client_integration.py | |
parent | 764f2053ad4dd73dc391416ddd4cfa345271efcb (diff) | |
download | kafka-python-583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b.tar.gz |
Fix Python 2.6 support
Diffstat (limited to 'test/test_client_integration.py')
-rw-r--r-- | test/test_client_integration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_client_integration.py b/test/test_client_integration.py index 881d0ae..d2dd7ea 100644 --- a/test/test_client_integration.py +++ b/test/test_client_integration.py @@ -2,7 +2,6 @@ import os import random import socket import time -import unittest import kafka from kafka.common import * |