From f709f552f5fc6deec0d163177f37dc82fca8ae1d Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Mon, 26 Sep 2016 23:05:32 +0300 Subject: [PATCH] Add __future__ unicode_literals on test_dlist.py --- tests/test_dlist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_dlist.py b/tests/test_dlist.py index 0e21072..8d38fa7 100644 --- a/tests/test_dlist.py +++ b/tests/test_dlist.py @@ -3,6 +3,8 @@ """Contains test cases for the DownloadList object.""" +from __future__ import unicode_literals + import sys import os.path import unittest