Removed unicode_literals from test_keyfinder

This commit is contained in:
Peter Kessen 2016-02-22 16:53:40 +01:00
parent c39a8ce652
commit df0d51ea86

View file

@ -13,8 +13,7 @@
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
from __future__ import (division, absolute_import, print_function,
unicode_literals)
from __future__ import (division, absolute_import, print_function)
from mock import patch
from test._common import unittest