1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-27 22:05:28 +00:00

[pbs] Add coding declaration

Python 2.x does not work without it.
This commit is contained in:
Yen Chi Hsuan 2015-07-02 13:13:27 +08:00
parent 5b61070c70
commit 93f9420993

View file

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals from __future__ import unicode_literals
import re import re