diff options
author | Dana Powers <dana.powers@gmail.com> | 2014-09-07 12:17:54 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2014-09-07 12:17:54 -0700 |
commit | a99384f4c601d127ab1c4fe5b272ea5c07fd695d (patch) | |
tree | d559e3c3f650dab1ce9247aa7a89f41bdd410e46 /test/test_util.py | |
parent | 9856cc36d7742922133af0aa53767c8ed4731957 (diff) | |
parent | 1b282d21522d101f4129d5fc3e70e2b904d3b171 (diff) | |
download | kafka-python-a99384f4c601d127ab1c4fe5b272ea5c07fd695d.tar.gz |
Merge pull request #221 from dpkp/minor_cleanups
Minor cleanups
Diffstat (limited to 'test/test_util.py')
-rw-r--r-- | test/test_util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_util.py b/test/test_util.py index 7b5f294..dbc3fe6 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- import struct + import unittest2 + import kafka.util import kafka.common |