Browse Source

Add __future__ unicode_literals on test_dlist.py

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
f709f552f5
1 changed files with 2 additions and 0 deletions
  1. 2
      tests/test_dlist.py

2
tests/test_dlist.py

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

Loading…
Cancel
Save