Fixup test_context.py unittest import

This commit is contained in:
Dana Powers
2014-09-10 22:27:40 -07:00
parent 2cfec9d138
commit 04dbd0e791

View File

@@ -1,7 +1,7 @@
"""
OffsetCommitContext tests.
"""
from unittest2 import TestCase
from . import unittest
from mock import MagicMock, patch
@@ -9,7 +9,7 @@ from kafka.common import OffsetOutOfRangeError
from kafka.context import OffsetCommitContext
class TestOffsetCommitContext(TestCase):
class TestOffsetCommitContext(unittest.TestCase):
"""
OffsetCommitContext tests.
"""