1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-06 03:37:07 -05:00

Prepare widespread unicode literal use

This commit is contained in:
Philipp Hagemeister
2014-01-05 01:52:03 +01:00
parent a7c26e7338
commit 6febd1c1df
3 changed files with 158 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import print_function, unicode_literals
import pkg_resources
import sys