about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-05 01:52:03 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-05 01:52:03 +0100
commit6febd1c1df02870bf8b529ca758d7155cf65ab35 (patch)
tree63de20e3de64a311e680b9604a39c432831498b5 /setup.py
parenta7c26e7338ceed06b579775f315b078644a7482b (diff)
downloadyoutube-dl-6febd1c1df02870bf8b529ca758d7155cf65ab35.tar.gz
youtube-dl-6febd1c1df02870bf8b529ca758d7155cf65ab35.tar.xz
youtube-dl-6febd1c1df02870bf8b529ca758d7155cf65ab35.zip
Prepare widespread unicode literal use
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 653ca9a73..bf7e35e3e 100644
--- a/setup.py
+++ b/setup.py
@@ -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