1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00

Change to use Unicode strings in 'tv4play.py'

This commit is contained in:
dalgr 2017-10-17 19:56:20 +02:00 committed by Johan Andersson
parent 9f1c01a751
commit 892b738bcb

View File

@ -1,6 +1,6 @@
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
from __future__ import absolute_import
from __future__ import absolute_import, unicode_literals
import re
import os
import xml.etree.ElementTree as ET