From df0d51ea869953014b020f3a28308790a8018826 Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Mon, 22 Feb 2016 16:53:40 +0100
Subject: [PATCH] Removed unicode_literals from test_keyfinder
---
test/test_keyfinder.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/test_keyfinder.py b/test/test_keyfinder.py
index 898bc566e..a9c2e85d5 100644
--- a/test/test_keyfinder.py
+++ b/test/test_keyfinder.py
@@ -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