mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2025-01-03 05:36:07 +00:00
import unicode_literals
This commit is contained in:
parent
83f4566147
commit
fa8cb27ceb
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import time
|
||||
import threading
|
||||
import traceback
|
||||
|
|
Loading…
Reference in a new issue