2
0
mirror of https://gitea.eponym.info/Mirrors/youtube-dl synced 2025-08-31 15:50:05 +00: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