mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Import unicode_literals in build.py
This commit is contained in:
parent
9a53dd24e4
commit
6b48a92c51
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -1,4 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
from pybuilder.core import task, dependents, depends, use_plugin, init
|
||||
from enum import Enum
|
||||
import glob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue