[downloader] Remove various unneeded assignments and imports

This commit is contained in:
Philipp Hagemeister 2015-02-17 21:44:41 +01:00
parent 5cda4eda72
commit a91a2c1a83
3 changed files with 1 additions and 8 deletions

View file

@ -11,7 +11,6 @@ from ..compat import compat_str
from ..utils import (
check_executable,
encodeFilename,
format_bytes,
get_exe_version,
)