Travis CI says: execute unused

Removed `execute` import
This commit is contained in:
IgorKlopov 2014-12-08 03:04:41 +03:00
parent 20afd51a9d
commit 7ff95ec255

View file

@ -5,7 +5,7 @@ import os
import sys
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL
from lib.util import execute, execute_stdout, scoped_cwd, enable_verbose_execute
from lib.util import execute_stdout, scoped_cwd, enable_verbose_execute
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))