[compat] Do not use unicode
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 13 Sep 2015 22:25:08 +0000 (00:25 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 13 Sep 2015 22:25:08 +0000 (00:25 +0200)
commit953fed280f1a35bc6e8a701a25b8450ec08efdd3
treee88ea4d31508547af59e548385eedda012e06da7
parente2ff3df314c7e710d429ca311b2a22839d4aa3f9
[compat] Do not use unicode

If the code ever runs on 3.x, it would fail. Even if it never does, the unicode name confuses Python 3 code analysis tools.
youtube_dl/compat.py