X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=997e92ad77e53b44a03e1ae8268a9460a60255f4;hb=1fe8fb8c2022b70e6ed44d9c80570239eec74728;hp=98e20d5494b2a0285e98e97b26c828af857dc6ae;hpb=639a422d21b9ad23a64f5bc27230896837b518ce;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 98e20d549..997e92ad7 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -5,9 +5,11 @@ import optparse import shlex import sys -from .utils import ( +from .compat import ( compat_expanduser, compat_getenv, +) +from .utils import ( get_term_width, write_string, )