Add __future__ unicode_literals on test_dlist.py

master
MrS0m30n3 2016-09-26 23:05:32 +03:00
parent bbb279a707
commit f709f552f5
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
"""Contains test cases for the DownloadList object."""
from __future__ import unicode_literals
import sys
import os.path
import unittest