youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit fad7bbec3a1fb62964c8e6637dfd535fabe9c133
parent e62d9c5caaa972ef4b1ed5d6ab5ee4a087a4ba95
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  9 May 2016 22:15:55 +0600

[test_compat] Remove unused import

Diffstat:
Mtest/test_compat.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/test_compat.py b/test/test_compat.py @@ -10,7 +10,6 @@ import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) -from youtube_dl.utils import get_filesystem_encoding from youtube_dl.compat import ( compat_getenv, compat_setenv,