mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-26 09:51:06 +00:00
Import __future__.unicode_literals
This commit is contained in:
parent
e585d7bcf5
commit
338e4b8527
|
@ -1,4 +1,6 @@
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import itertools
|
import itertools
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue