aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-09-13 07:58:44 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-09-13 07:58:44 +0200
commit2daabe49921227f1a2fc3fd4234e6ecfa7af4cfd (patch)
tree53a32f03147f55c447e633d094b9821517c76e46 /youtube_dl/options.py
parent34a741a8eccb5d4b61ae8f7c840d8475f9f3871d (diff)
downloadyoutube-dl-2daabe49921227f1a2fc3fd4234e6ecfa7af4cfd.tar.xz
[options] Correct option usage
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index d8c161c9e..31baab469 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -1,3 +1,5 @@
+from __future__ import unicode_literals
+
import os.path
import optparse
import shlex