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