diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-13 07:58:44 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-13 07:58:44 +0200 |
commit | 2daabe49921227f1a2fc3fd4234e6ecfa7af4cfd (patch) | |
tree | 53a32f03147f55c447e633d094b9821517c76e46 /youtube_dl/options.py | |
parent | 34a741a8eccb5d4b61ae8f7c840d8475f9f3871d (diff) |
[options] Correct option usage
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r-- | youtube_dl/options.py | 2 |
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 |