💄 Fix pylint warning.

This commit is contained in:
Cheng Zhao 2014-03-12 21:25:13 +08:00
parent 676a48ae28
commit 7c3ac01fd3

View file

@ -9,7 +9,7 @@ import tarfile
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL, NODE_VERSION
from lib.util import scoped_cwd, rm_rf, get_atom_shell_version, make_zip, \
safe_mkdir, safe_unlink, execute
safe_mkdir, execute
ATOM_SHELL_VRESION = get_atom_shell_version()