From 04e6377c1f84f98a92110fcc64d2ec95a2fcf59e Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Wed, 24 Feb 2016 07:40:08 +0100
Subject: [PATCH] Removed unicode_literals from test_plexupdate
---
test/test_plexupdate.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/test_plexupdate.py b/test/test_plexupdate.py
index 27a24ea30..36410d1e4 100644
--- a/test/test_plexupdate.py
+++ b/test/test_plexupdate.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)
from test._common import unittest
from test.helper import TestHelper