summaryrefslogtreecommitdiff
path: root/test/test_package.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_package.py')
-rw-r--r--test/test_package.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/test_package.py b/test/test_package.py
index 2754489..a6a3a14 100644
--- a/test/test_package.py
+++ b/test/test_package.py
@@ -1,9 +1,6 @@
-import os
-import random
-import struct
-import unittest
+import unittest2
-class TestPackage(unittest.TestCase):
+class TestPackage(unittest2.TestCase):
def test_top_level_namespace(self):
import kafka as kafka1
self.assertEquals(kafka1.KafkaClient.__name__, "KafkaClient")