Removed unicode_literals from test_fetchart

This commit is contained in:
Peter Kessen 2016-02-22 16:30:47 +01:00
parent fc521efb34
commit 690498e87d

View file

@ -13,8 +13,7 @@
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
from __future__ import (division, absolute_import, print_function,
unicode_literals)
from __future__ import (division, absolute_import, print_function)
import os
from test._common import unittest