From 7135fac17bc4fea1f92ae9320527005a26d02abc Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Tue, 23 Feb 2016 18:10:08 +0100 Subject: [PATCH] Removed unicode_literals from test_importfeeds --- test/test_importfeeds.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_importfeeds.py b/test/test_importfeeds.py index 276a26ff2..4ae460c68 100644 --- a/test/test_importfeeds.py +++ b/test/test_importfeeds.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -from __future__ import (division, absolute_import, print_function, - unicode_literals) +from __future__ import (division, absolute_import, print_function) import os import os.path