1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 11:32:52 -05:00

[setup.py] Do not use unicode literals

See http://bugs.python.org/issue13943 for context
This commit is contained in:
Philipp Hagemeister
2014-01-05 04:41:49 +01:00
parent 1e91866f77
commit 01c62591d1
2 changed files with 8 additions and 1 deletions

View File

@ -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