mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[setup.py] Do not use unicode literals
See http://bugs.python.org/issue13943 for context
This commit is contained in:
parent
1e91866f77
commit
01c62591d1
2 changed files with 8 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
|
||||
import pkg_resources
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue